mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-05 16:09:07 -04:00
Changed my mind, I think it's more confusing to use the colon for properties when they aren't really properties.
5 lines
59 B
Text
5 lines
59 B
Text
using Gtk 4.0;
|
|
|
|
Label {
|
|
styles ["class-1", "class-2"];
|
|
}
|