postcss-scopify
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -54,5 +54,5 @@ 'use strict'; | ||
else{ | ||
return true; | ||
return false; | ||
} | ||
} |
{ | ||
"name": "postcss-scopify", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "PostCSS plugin that adds a user input scope to each selector", | ||
@@ -10,5 +10,6 @@ "keywords": [ | ||
"scope", | ||
"scoped css" | ||
"scoped css", | ||
"css post processing" | ||
], | ||
"author": "pazams <maorfone@gmail.com>", | ||
"author": "pazams <maorzams@gmail.com>", | ||
"license": "MIT", | ||
@@ -15,0 +16,0 @@ "repository": { |
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
5139