| 1234567891011121314151617181920212223242526272829 |
- {
- "editor.tabSize": 4,
- "editor.insertSpaces": false,
- "editor.detectIndentation": false,
- "liveSassCompile.settings.watchOnLaunch": true,
- "liveSassCompile.settings.showOutputWindowOn": "Information",
- "liveSassCompile.settings.forceBaseDirectory": "/src-php/public/assets/bstmpl/scss",
- "liveSassCompile.settings.formats":[
- {
- "format": "expanded",
- "extensionName": ".css",
- "savePath": "src-php/public/assets/bstmpl/css"
- }
- ],
- "liveSassCompile.settings.excludeList": [
- "**/node_modules/**",
- ".vscode/**",
- "**/rocket/**",
- "**/font-awesome/**",
- "**/n2nutil-bootstrap/**",
- "**/bootstrap/**",
- "**/hangar/**",
- "**/example-layout.scss"
- ],
- "liveSassCompile.settings.autoprefix": [
- "> 1%",
- "last 2 versions"
- ]
- }
|