Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Compiler ¶ added in v0.1.0
type Compiler interface {
// Compile CSS from the in stream to out.
Compile(in io.Reader, out io.Writer, includePaths ...string) error
}
A Compiler can compile to CSS
Click to show internal directories.
Click to hide internal directories.