Skip to content

Commit

Permalink
Update tailwindcss-priv to 3.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
barvian committed Jul 20, 2024
1 parent 08d33d7 commit 605139f
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/fluid-tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-node-externals": "^7.1.2",
"tailwindcss": "^3.2.0",
"tailwindcss-priv": "npm:[email protected].3",
"tailwindcss-priv": "npm:[email protected].6",
"tslib": "^2.6.2",
"typescript": ">=5.4.0"
},
Expand Down
3 changes: 3 additions & 0 deletions packages/fluid-tailwind/src/extractor.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// TODO: incorporate
// https://github.com/tailwindlabs/tailwindcss/compare/v3.4.3...v3.4.6

import type { ExtractorFn } from "tailwindcss/types/config"
// @ts-expect-error untyped source file
import * as regex from 'tailwindcss-priv/src/lib/regex'
Expand Down
43 changes: 37 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 605139f

Please sign in to comment.