Skip to content

Commit

Permalink
Merge pull request #312 from jorenbroekema/export-format
Browse files Browse the repository at this point in the history
feat: export getTailwindFormat function for separate usage
  • Loading branch information
nado1001 authored Aug 9, 2023
2 parents 6bcc9f6 + e19c545 commit 9aacc04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sd-tailwindcss-transformer",
"version": "1.2.1",
"version": "1.3.0",
"main": "dist/index.js",
"license": "Apache-2.0",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const formatTokens = (
return JSON.stringify(result, null, 2)
}

const getTailwindFormat = ({
export const getTailwindFormat = ({
dictionary: { allTokens },
type,
isVariables,
Expand Down

0 comments on commit 9aacc04

Please sign in to comment.