@stylable/core
Advanced tools
Comparing version 3.12.3 to 3.12.4
@@ -945,3 +945,3 @@ "use strict"; | ||
const a = resolved[0]; | ||
const b = resolved[1]; | ||
const b = resolved[resolved.length - 1]; | ||
rule.after(selector_utils_1.createWarningRule(b.symbol.name, this.scope(b.symbol.name, b.meta.namespace), path_1.basename(b.meta.source), a.symbol.name, this.scope(a.symbol.name, a.meta.namespace), path_1.basename(a.meta.source), true)); | ||
@@ -948,0 +948,0 @@ }); |
{ | ||
"name": "@stylable/core", | ||
"version": "3.12.3", | ||
"version": "3.12.4", | ||
"description": "CSS for Components", | ||
@@ -5,0 +5,0 @@ "main": "./cjs/index.js", |
@@ -1310,3 +1310,3 @@ import { basename } from 'path'; | ||
const a = resolved[0]; | ||
const b = resolved[1]; | ||
const b = resolved[resolved.length - 1]; | ||
rule.after( | ||
@@ -1313,0 +1313,0 @@ createWarningRule( |
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
733470