]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Added no-vendor-prefixes linter to sass-lint.yml
authorColin Marshall <colin.michael.marshall@gmail.com>
Sun, 6 Nov 2016 23:20:09 +0000 (16:20 -0700)
committerColin Marshall <colin.michael.marshall@gmail.com>
Wed, 9 Nov 2016 17:59:36 +0000 (10:59 -0700)
In scss-lint the VendorPrefix linter was incorrectly titled VendorPrefixes so the rules did not migrate properly to sass-lint.

.sass-lint.yml

index d27dd692b8bba776fbcc73903b97e3f9fec50ea7..a62a8321ad340d7f32a74fab37ccdde9d478235b 100644 (file)
@@ -1,6 +1,5 @@
 # The following scss-lint Linters are not yet supported by sass-lint:
 # ElsePlacement, PropertyCount, SelectorDepth, UnnecessaryParentReference
-# VendorPrefixes, Compass::*
 # 
 # The following settings/values are unsupported by sass-lint:
 # Linter Indentation, option "allow_non_nested_indentation"
@@ -85,6 +84,9 @@ rules:
       allow-element-with-id: false
   no-trailing-zero: 1
   no-url-protocols: 1
+  no-vendor-prefixes:
+     - 1
+     - ignore-non-standard: true
   placeholder-in-extend: 1
   placeholder-name-format:
     - 1