@knighted/css 1.2.0-rc.2 → 1.2.0-rc.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cjs/css.cjs CHANGED
@@ -17,8 +17,8 @@ const moduleGraph_js_1 = require("./moduleGraph.cjs");
17
17
  const sassInternals_js_1 = require("./sassInternals.cjs");
18
18
  exports.DEFAULT_EXTENSIONS = ['.css', '.scss', '.sass', '.less', '.css.ts'];
19
19
  const isVisitor = (value) => Boolean(value);
20
- function appendStableSelectorsFromExports(css, exportsMap, config) {
21
- let output = css;
20
+ function appendStableSelectorsFromExports(cssText, exportsMap, config) {
21
+ let output = cssText;
22
22
  for (const [token, value] of Object.entries(exportsMap)) {
23
23
  const hashed = Array.isArray(value)
24
24
  ? value.join(' ')