This document describes how to configure and use the CSSdoc object.
Method | Description |
---|---|
__construct() | Constructs a CSSdoc object |
open() | Open a CSS document from a URL or stream |
load() | Load CSS from a string |
minify() | Apply minification to the document |
compile() | Render the document as CSS |
save() | Save as a file or output as a string |