ckanext-d4science_theme/.vscode/settings.json

13 lines
320 B
JSON

{
"liveSassCompile.settings.formats": [
// This is Default.
{
"format": "compressed",
"extensionName": ".css",
"savePath": "/ckanext-d4science_theme/ckanext/d4science_theme/assets/css"
}
],
"liveSassCompile.settings.generateMap": true,
"liveSassCompile.settings.autoprefix": [],
}