Skip to content

Commit

Permalink
fix non existant import
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmfern committed Nov 4, 2024
1 parent dc82e1b commit 791ec34
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/tailwind/src/tailwind.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { minifyCss } from "./utils/css/minify-css";
import { setupTailwind } from "./utils/tailwindcss/setup-tailwind";
import { mapReactTree } from "./utils/react/map-react-tree";
import { cloneElementWithInlinedStyles } from "./utils/tailwindcss/clone-element-with-inlined-styles";
import { removeIfEmptyRecursively } from "./utils/css/resolve-all-css-variables";
import { removeRuleDuplicatesFromRoot } from "./utils/css/remove-rule-duplicates-from-root";

export type TailwindConfig = Pick<
Expand Down

0 comments on commit 791ec34

Please sign in to comment.