diff options
| author | Chris Rebert <[email protected]> | 2014-12-08 20:00:13 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-12-08 20:00:13 -0800 |
| commit | 16bd4a2787da663cfc3f4934029a29e017cba2d2 (patch) | |
| tree | ff1bfaaaa839eee9beadd09c3fb4865e1994b04c | |
| parent | 2e91a3d6a765b6651fc148870e9b2ffad0cd2c5e (diff) | |
| download | bootstrap-16bd4a2787da663cfc3f4934029a29e017cba2d2.tar.xz bootstrap-16bd4a2787da663cfc3f4934029a29e017cba2d2.zip | |
SCSS-Lint: StringQuotes: double_quotes , to match current style
| -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 e7b7524d9..ccd0ec14c 100644 --- a/scss/.scss-lint.yml +++ b/scss/.scss-lint.yml @@ -134,7 +134,7 @@ linters: StringQuotes: enabled: true - style: single_quotes # or double_quotes + style: double_quotes TrailingSemicolon: enabled: true |
