]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
SCSS-Lint: StringQuotes: double_quotes , to match current style
authorChris Rebert <code@rebertia.com>
Tue, 9 Dec 2014 04:00:13 +0000 (20:00 -0800)
committerChris Rebert <code@rebertia.com>
Tue, 9 Dec 2014 04:00:13 +0000 (20:00 -0800)
scss/.scss-lint.yml

index e7b7524d9b9a93f0f9e9123170a39065cb402953..ccd0ec14ce0fe05e7e60bcceaf6981f416339151 100644 (file)
@@ -134,7 +134,7 @@ linters:
 
   StringQuotes:
     enabled: true
-    style: single_quotes # or double_quotes
+    style: double_quotes
 
   TrailingSemicolon:
     enabled: true