Skip to content
This repository was archived by the owner on Dec 28, 2022. It is now read-only.

Commit 78da8ce

Browse files
author
Florian Torres
committed
Fix module syntax
1 parent f997138 commit 78da8ce

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/main-renderers/tailwind-variables.pr

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
const tailwindVariables = {
2-
"colors": {
1+
module.exports = {
2+
'colors': {
33
{[ let allColorsToken = @ds.tokensByType("Color") /]}
44
{[ let groups = @js.getGroups(allColorsToken) /]}
55
{[ for group in groups ]}
@@ -16,6 +16,4 @@ const tailwindVariables = {
1616
},
1717
{[/]}
1818
}
19-
}
20-
21-
export default tailwindVariables;
19+
}

0 commit comments

Comments
 (0)