We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ffe442 commit 05d3446Copy full SHA for 05d3446
1 file changed
config/grunt/sass.js
@@ -2,7 +2,9 @@
2
module.exports = {
3
options: {
4
sourceMap: true,
5
- outputStyle: 'expanded'
+ outputStyle: 'expanded',
6
+ indentType: 'tab',
7
+ indentWidth: 1
8
},
9
style: {
10
src: '<%= paths.cssSrc %>style.scss',
0 commit comments