Artboard Stylesheet template
The artboard stylesheet contents
The Stylesheet template value is one place you can use to define additional styles for your artboard.
The template is empty by default but if you add your own styles be sure to include the
styles_content
token before or after your content to make sure the page contents are included. 
Example stylesheet content
There is a special token called
styles_content
that is used to place the write the page styles. 
If you exclude this token your CSS will be written but the page CSS will not be written.
There is a token of the same name defined in the page template that defines where the styles or the link to an external stylesheet are placed.

You can move the page CSS to an external file using the External Stylesheet option.
You can learn more about CSS styles by reading more in the references below.
If you choose to use an external stylesheet and view your page in a browser from the file system the styles may not load.
Last modified 1yr ago