Skip to content

Commit 05d3446

Browse files
committed
Passed indent options to grunt-sass
1 parent 0ffe442 commit 05d3446

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

config/grunt/sass.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
module.exports = {
33
options: {
44
sourceMap: true,
5-
outputStyle: 'expanded'
5+
outputStyle: 'expanded',
6+
indentType: 'tab',
7+
indentWidth: 1
68
},
79
style: {
810
src: '<%= paths.cssSrc %>style.scss',

0 commit comments

Comments
 (0)