postcss-bem-linter
Advanced tools
Comparing version 0.1.1 to 0.2.0
@@ -28,3 +28,3 @@ 'use strict'; | ||
return function (styles) { | ||
var firstNode = styles.rules[0]; | ||
var firstNode = styles.nodes[0]; | ||
var initialComment; | ||
@@ -31,0 +31,0 @@ |
{ | ||
"name": "postcss-bem-linter", | ||
"version": "0.1.1", | ||
"version": "0.2.0", | ||
"description": "A BEM linter for postcss", | ||
@@ -13,3 +13,3 @@ "files": [ | ||
"mocha": "~1.14.0", | ||
"postcss": "^2.2.5" | ||
"postcss": "^4.0.0" | ||
}, | ||
@@ -16,0 +16,0 @@ "scripts": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9445
10