blueprint-compiler/tests/samples/style.blp
James Westman 981c2e3b7d
Remove the ':' in a few places
Changed my mind, I think it's more confusing to use the colon for
properties when they aren't really properties.
2021-11-12 17:47:09 -06:00

5 lines
59 B
Text

using Gtk 4.0;
Label {
styles ["class-1", "class-2"];
}