We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4876475 commit 4367602Copy full SHA for 4367602
tasks/styles.js
@@ -17,7 +17,7 @@ module.exports = function( gulp, config ) {
17
// Unminified.
18
maps.init(),
19
sass( {
20
- outputStyle: 'nested',
+ outputStyle: 'expanded',
21
} ),
22
autoprefixer( config.styles.autoprefixer ),
23
maps.write( '../maps/css', { destPath: config.styles.dest } ),
0 commit comments