| 1234567891011121314151617181920212223 |
- {
- "compilers": {
- "sass": {
- "autoPrefix": "",
- "includePath": "",
- "indentType": "space",
- "indentWidth": 2,
- "outputStyle": "nested",
- "Precision": 5,
- "relativeUrls": true,
- "sourceMapRoot": "",
- "lineFeed": "",
- "sourceMap": false
- },
- "minifiers": {
- "css": {
- "enabled": true,
- "termSemicolons": true,
- "gzip": false
- },
- }
- }
- }
|