mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-17 14:30:15 +00:00
6 lines
114 B
CSS
6 lines
114 B
CSS
/* need to use an existing shorthand, the public API doesn't
|
|
* allow custom ones */
|
|
a {
|
|
border-width: 1 2 3;
|
|
}
|