aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-11-26 20:33:22 -0800
committerGitHub <[email protected]>2016-11-26 20:33:22 -0800
commiteb5ad730ee85ea02a2eba6e7e9ed1e9a8dd837f4 (patch)
tree63856a5c7b5ad76591c1c32d1f316f8929de3995
parent0b8a2819201076a8e93cd387aecf13d8c419990e (diff)
downloadbootstrap-eb5ad730ee85ea02a2eba6e7e9ed1e9a8dd837f4.tar.xz
bootstrap-eb5ad730ee85ea02a2eba6e7e9ed1e9a8dd837f4.zip
update scss linter to allow multiple spaces before on single line
-rw-r--r--scss/.scss-lint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/.scss-lint.yml b/scss/.scss-lint.yml
index 6681def40..2f5dc20e1 100644
--- a/scss/.scss-lint.yml
+++ b/scss/.scss-lint.yml
@@ -492,7 +492,7 @@ linters:
SpaceBeforeBrace:
enabled: true
style: space # or 'new_line'
- allow_single_line_padding: false
+ allow_single_line_padding: true
SpaceBetweenParens:
enabled: true