creating style setting

You will need to have debug mode enabled, then in the master style create a new group, then in the new group, create a new property and set it as property type CSS.
 
I'm not entirely sure what you mean.
In addition to the SP though, you will also need a CSS template with something like this:

Code:
.myClass
{
    @property "myProperty";
      
    @property "/myProperty";
}

The settings in the SP will be present between the @property tags.
 
I'm not entirely sure what you mean.
In addition to the SP though, you will also need a CSS template with something like this:

Code:
.myClass
{
    @property "myProperty";
     
    @property "/myProperty";
}

The settings in the SP will be present between the @property tags.
Thanks Brogan, it works
and how to work with this
456.webp
 
Top Bottom