aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-12-08 19:57:05 -0800
committerChris Rebert <[email protected]>2014-12-08 19:57:05 -0800
commit895be6efb07496f297aae71890eb1ddab2b5d727 (patch)
tree5cd7e6b6e9bc8d91807c90711727cf125463f81f
parent5a986744f7108b820488e08b41f576372a81f7a3 (diff)
downloadbootstrap-895be6efb07496f297aae71890eb1ddab2b5d727.tar.xz
bootstrap-895be6efb07496f297aae71890eb1ddab2b5d727.zip
SCSS-Lint: SpaceBeforeBrace: allow_single_line_padding: true
-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 ac0d2f6fd..7c1ea7a44 100644
--- a/scss/.scss-lint.yml
+++ b/scss/.scss-lint.yml
@@ -128,7 +128,7 @@ linters:
SpaceBeforeBrace:
enabled: true
style: space
- allow_single_line_padding: false
+ allow_single_line_padding: true
SpaceBetweenParens:
enabled: true