add-style ( string -- )
Furnace framework » Furnace presentation layer » HTML template interface » Boilerplate support

Prev:write-title ( -- )
Next:write-style ( -- )


Vocabulary
html.templates

Inputs
stringa string


Outputs
None

Word description
Adds some CSS markup to the CSS stylesheet of a master template. Usually called by child templates which need to insert CSS style information in the <head> tag of the resulting HTML page.

Definition