style
Generate an HTML <style> tag.
note
If you reference color/font settings within the style tag, there's no need to refresh the page; the associated CSS styles will automatically update as changes are made in the theme's visual editor.
Usage
{{#style}}
CSS_rules
{{/style}}
Example
{{#style}}
.header {
color: #fff;
}
{{/style}}
Was this article helpful to you?