We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a852824 commit d624ca4Copy full SHA for d624ca4
src/index.js
@@ -13,7 +13,6 @@ const matchImports = /^(.+?|\([\s\S]+?\))\s+from\s+("[^"]*"|'[^']*'|[\w-]+)$/;
13
const matchValueDefinition = /(?:\s+|^)([\w-]+):?\s+(.+?)\s*$/g;
14
const matchImport = /^([\w-]+)(?:\s+as\s+([\w-]+))?/;
15
16
-// 'i' prefix to prevent postcss parsing "_" as css hook
17
const getAliasName = (name, index) =>
18
`__value__${name.replace(/\W/g, "_")}__${index}`;
19
0 commit comments