diff options
| author | Mark Otto <[email protected]> | 2016-11-26 20:33:22 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-11-26 20:33:22 -0800 |
| commit | eb5ad730ee85ea02a2eba6e7e9ed1e9a8dd837f4 (patch) | |
| tree | 63856a5c7b5ad76591c1c32d1f316f8929de3995 /scss | |
| parent | 0b8a2819201076a8e93cd387aecf13d8c419990e (diff) | |
| download | bootstrap-eb5ad730ee85ea02a2eba6e7e9ed1e9a8dd837f4.tar.xz bootstrap-eb5ad730ee85ea02a2eba6e7e9ed1e9a8dd837f4.zip | |
update scss linter to allow multiple spaces before on single line
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/.scss-lint.yml | 2 |
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 |
