Enable Stylus preprocessor.
- Default Value:
- false
- Source:
Members
(static) stylus :Object
Contain Stylus files required for compilation in JSON format.
Type:
- Object
Properties:
Name | Type | Description |
---|---|---|
stylus |
Array.<String> | The file for compilation in an Array. |
- Source:
Example
{
"stylus": [
"stylesheets/common.styl",
"stylesheets/component-1.styl",
"stylesheets/component-2.styl",
"stylesheets/component-3.styl"
]
}