mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-06 16:19:07 -04:00
These are now pseudo-properties with brackets around the array items, for consistency with more familiar languages.
5 lines
60 B
Text
5 lines
60 B
Text
using Gtk 4.0;
|
|
|
|
Label {
|
|
styles: ["class-1", "class-2"];
|
|
}
|