![JSON Schema Diagram of /properties/apps/items[0]/properties/stylePreprocessorOptions](images/property-stylepreprocessoroptions.png)
| Property Name | Type | Description |
|---|---|---|
| includePaths | array | includePaths |
"stylePreprocessorOptions": {
"type": "object",
"description": "Options to pass to style preprocessors",
"additionalProperties": false,
"properties": {
"includePaths": {
"type": "array",
"description": "Paths to include. Paths will be resolved to project root.",
"default": [],
"items": {
"type": "string"
}
}
}
}