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.
2 parents 6bcc9f6 + e19c545 commit 9aacc04Copy full SHA for 9aacc04
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "sd-tailwindcss-transformer",
3
- "version": "1.2.1",
+ "version": "1.3.0",
4
"main": "dist/index.js",
5
"license": "Apache-2.0",
6
"scripts": {
src/index.ts
@@ -37,7 +37,7 @@ const formatTokens = (
37
return JSON.stringify(result, null, 2)
38
}
39
40
-const getTailwindFormat = ({
+export const getTailwindFormat = ({
41
dictionary: { allTokens },
42
type,
43
isVariables,
0 commit comments