blueprint-compiler/tests/samples/style.blp
James Westman be3c0de670
Remove some semicolons
Remove semicolons everywhere except 'using' statements, properties,
attributes, and signals.

This should be the last breaking change to the syntax.
2021-11-30 21:04:35 -06:00

5 lines
58 B
Text

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