You are viewing documentation for v1.0.x. Change

styleSheetLinkTag()

Description

Returns a link tag for a stylesheet (or several) based on the supplied arguments.

Function Syntax

styleSheetLinkTag([ sources, type, media ])

Parameters

Parameter Type Required Default Description
sources string No The name of one or many CSS files in the stylesheets folder, minus the .css extension. (Can also be called with the source argument).
type string No text/css The type attribute for the link tag.
media string No all The media attribute for the link tag.

Examples

<!--- view code --->
<head>
#styleSheetLinkTag("styles")#
</head>