mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -05:00
Use expanded instead of nested for sass
This commit is contained in:
parent
04881cf5b1
commit
2162c403e9
1 changed files with 1 additions and 1 deletions
2
gulpfile.js
vendored
2
gulpfile.js
vendored
|
@ -34,7 +34,7 @@ if (!isProduction) {
|
|||
}
|
||||
|
||||
// Declare plugin settings
|
||||
const sassOutputStyle = isProduction ? "compressed" : "nested",
|
||||
const sassOutputStyle = isProduction ? "compressed" : "expanded",
|
||||
sassPaths = [ "bower_components", "node_modules" ],
|
||||
autoprefixerSettings = { remove: false, cascade: false, browsers: [ "last 6 versions" ] },
|
||||
vuePaths = [ "./bower_components", "./node_modules", "./resources/components", "./resources/assets/js" ];
|
||||
|
|
Loading…
Reference in a new issue