mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-15 05:00:09 +00:00
514de0b91a
This is an initial cut at providing a tool for interactive exploration of constraints.
13 lines
149 B
CSS
13 lines
149 B
CSS
constraintview {
|
|
background: black;
|
|
color: white;
|
|
}
|
|
|
|
constraintview .child {
|
|
background: red;
|
|
}
|
|
|
|
constraintview .guide {
|
|
background: blue;
|
|
}
|