Files
gtk/demos/constraint-editor/constraint-editor.css
Matthias Clasen 7ddaef4cf2 Add a constraint editor demo
This is an initial cut at providing a tool
for interactive exploration of constraints.
2019-06-30 22:00:21 +00:00

13 lines
149 B
CSS

constraintview {
background: black;
color: white;
}
constraintview .child {
background: red;
}
constraintview .guide {
background: blue;
}