mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-09 10:20:07 +00:00
0a440a804f
* :nth-child(first) => :first-child * :nth-child(last) => :last-child * Add semicolons at end of declarations * Remove spaces between color functions (shade, alpha, ...) and args
12 lines
122 B
CSS
12 lines
122 B
CSS
box {
|
|
background-color: blue;
|
|
}
|
|
|
|
grid box {
|
|
background-color: red;
|
|
}
|
|
|
|
window > grid box {
|
|
background-color: blue;
|
|
}
|