Skip to content

Commit d624ca4

Browse files
committed
Remove postcss hack
1 parent a852824 commit d624ca4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ const matchImports = /^(.+?|\([\s\S]+?\))\s+from\s+("[^"]*"|'[^']*'|[\w-]+)$/;
1313
const matchValueDefinition = /(?:\s+|^)([\w-]+):?\s+(.+?)\s*$/g;
1414
const matchImport = /^([\w-]+)(?:\s+as\s+([\w-]+))?/;
1515

16-
// 'i' prefix to prevent postcss parsing "_" as css hook
1716
const getAliasName = (name, index) =>
1817
`__value__${name.replace(/\W/g, "_")}__${index}`;
1918

0 commit comments

Comments
 (0)