mam 1.11.710 → 1.11.711
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/node.test.js +6 -0
- package/node.test.js.map +1 -1
- package/package.json +1 -1
package/node.test.js
CHANGED
|
@@ -14367,6 +14367,12 @@ var $;
|
|
|
14367
14367
|
rules.push(`${key} ${query} {\n`);
|
|
14368
14368
|
}
|
|
14369
14369
|
}
|
|
14370
|
+
else if (key === '@starting-style') {
|
|
14371
|
+
const styles = config[key];
|
|
14372
|
+
rules.push('}\n');
|
|
14373
|
+
make_class(prefix, path, styles);
|
|
14374
|
+
rules.push(`${key} {\n`);
|
|
14375
|
+
}
|
|
14370
14376
|
else if (key[0] === '[' && key[key.length - 1] === ']') {
|
|
14371
14377
|
const attr = key.slice(1, -1);
|
|
14372
14378
|
const vals = config[key];
|