mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
24 lines
381 B
JSON
24 lines
381 B
JSON
{
|
|
"Minifiers": {
|
|
"GZip": false,
|
|
"Enabled": false
|
|
},
|
|
"Autoprefix": {
|
|
"Enabled": false
|
|
},
|
|
"CompilerSettings": {
|
|
"Sass": {
|
|
"IndentType": "Space",
|
|
"IndentWidth": 2,
|
|
"OutputStyle": "Nested",
|
|
"Precision": 5,
|
|
"RelativeUrls": true,
|
|
"LineFeed": "Lf",
|
|
"SourceMap": false
|
|
}
|
|
},
|
|
"Output": {
|
|
"Preserve": true
|
|
}
|
|
}
|