Skip to content

Commit 15f9eba

Browse files
author
Cem Yılmaz
committed
AST to Classname converter here!
- I think I used too much for loops - at this point I don't know what to do. - I don't even know this library works at all
1 parent 1d067b3 commit 15f9eba

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/index.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
import {parse} from "./parse.ts";
22
import {classname} from "./classname.ts";
33

4-
export {parse, classname}
5-
6-
console.log(
7-
classname({property: "marginRight", value: "-1rem"})
8-
)
4+
export {parse, classname}

0 commit comments

Comments
 (0)