mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
Use array-like syntax for styles, file filters
These are now pseudo-properties with brackets around the array items, for consistency with more familiar languages.
This commit is contained in:
parent
ebfa72d94f
commit
f8478adf3a
5 changed files with 15 additions and 10 deletions
|
@ -199,7 +199,7 @@ Basic Usage
|
|||
.. code-block::
|
||||
|
||||
Gtk.Label {
|
||||
style "dim-label", "title";
|
||||
styles: ["dim-label", "title"];
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue