-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.libsass.json
16 lines (16 loc) · 913 Bytes
/
.libsass.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"output": {
"dir": ".", // Relative or absolute path (can have ..)
"structure": "nested" // "flat", "nested", or ["nested", "relative/root/of/nest"]
},
"compile": {
"style": 'nested', // String | Output style: nested/expanded/compact/compressed
"line-numbers": false, // Bool | Emit comments showing original line numbers
"line-comments": false, // Bool | Alias for line-numbers, does not override
"load-path": false, // List | Sass import paths: e.g. [ "C:\bourbon", "C:\compass" ]
"plugin-path": false, // String | Path to autoload plugins (libsass issue 878)
"sourcemap": false, // Bool | Emit .css.map file for debugging in browser
"omit-map-comment": false, // Bool | Omit comment about .css.map file in .css file
"precision": false // Int | Decimal places for computed values
}
}