Skip to content

Commit 4367602

Browse files
committed
use expanded in favor of deprecated nested for uncompressed output style
1 parent 4876475 commit 4367602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/styles.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module.exports = function( gulp, config ) {
1717
// Unminified.
1818
maps.init(),
1919
sass( {
20-
outputStyle: 'nested',
20+
outputStyle: 'expanded',
2121
} ),
2222
autoprefixer( config.styles.autoprefixer ),
2323
maps.write( '../maps/css', { destPath: config.styles.dest } ),

0 commit comments

Comments
 (0)