Skip to content

Commit 9aacc04

Browse files
authored
Merge pull request #312 from jorenbroekema/export-format
feat: export getTailwindFormat function for separate usage
2 parents 6bcc9f6 + e19c545 commit 9aacc04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sd-tailwindcss-transformer",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"main": "dist/index.js",
55
"license": "Apache-2.0",
66
"scripts": {

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const formatTokens = (
3737
return JSON.stringify(result, null, 2)
3838
}
3939

40-
const getTailwindFormat = ({
40+
export const getTailwindFormat = ({
4141
dictionary: { allTokens },
4242
type,
4343
isVariables,

0 commit comments

Comments
 (0)