Skip to content

Commit c2c9376

Browse files
author
Cem Yılmaz
committed
apply modifier only for color types since other types might have units like 1/2 which also considers modifier
1 parent b16dfe9 commit c2c9376

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/index.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
import {parse} from "./parse";
22
import {classname} from "./classname";
33

4-
export {parse, classname}
4+
export {parse, classname}
5+
6+
console.log(parse("w-1/2"))

0 commit comments

Comments
 (0)