Still.Compiler.ViewHelpers.LinkToCSS (Still v0.3.1) View Source

Generates a link HTML tag to the target CSS file.

This file must exist and to ensure that, it will be compiled outside Still.Compiler.CompilationStage.

Link to this section Summary

Functions

Generates a link HTML tag to the target CSS file.

Link to this section Functions

Specs

render(String.t(), [any()]) :: String.t()

Generates a link HTML tag to the target CSS file.

All options are converted to the attr=value format.

This file must exist and to ensure that, it will be compiled outside Still.Compiler.CompilationStage.