@stylable/core
Advanced tools
Comparing version 2.1.3 to 2.1.4
@@ -298,3 +298,3 @@ "use strict"; | ||
} | ||
else if (locallyScoped === false) { | ||
else if (locallyScoped === false && !inStScope) { | ||
_this.diagnostics.warn(rule, exports.processorWarnings.UNSCOPED_CLASS(name), { | ||
@@ -301,0 +301,0 @@ word: name |
{ | ||
"name": "@stylable/core", | ||
"version": "2.1.3", | ||
"version": "2.1.4", | ||
"description": "CSS for Components", | ||
@@ -19,3 +19,3 @@ "main": "./cjs/index.js", | ||
"enhanced-resolve": "^4.1.0", | ||
"is-vendor-prefixed": "^3.3.0", | ||
"is-vendor-prefixed": "^3.3.1", | ||
"jest-docblock": "^24.3.0", | ||
@@ -30,3 +30,3 @@ "lodash.clonedeep": "^4.5.0", | ||
"postcss-selector-matches": "^4.0.0", | ||
"postcss-value-parser": "^4.0.0", | ||
"postcss-value-parser": "^4.0.2", | ||
"url-regex": "^5.0.0" | ||
@@ -51,3 +51,3 @@ }, | ||
"license": "BSD-3-Clause", | ||
"gitHead": "dcc4099d179ea4fdf3adc54c325b6175ff484266" | ||
"gitHead": "7649161870e66f45df058db8157b4e03afba98a1" | ||
} |
@@ -354,3 +354,3 @@ import hash from 'murmurhash'; | ||
locallyScoped = true; | ||
} else if (locallyScoped === false) { | ||
} else if (locallyScoped === false && !inStScope) { | ||
this.diagnostics.warn(rule, processorWarnings.UNSCOPED_CLASS(name), { | ||
@@ -357,0 +357,0 @@ word: name |
Sorry, the diff of this file is not supported yet
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
592040
Updatedis-vendor-prefixed@^3.3.1
Updatedpostcss-value-parser@^4.0.2