Skip to content

Commit

Permalink
Merge pull request #60 from bleu-fi/stop-importing-tailwindcss-in-index
Browse files Browse the repository at this point in the history
refactor(css): remove import from tailwind.css in src/index, let projects build their own css
  • Loading branch information
ribeirojose authored Apr 15, 2024
2 parents ac85629 + 1bb8e0d commit add7bb2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import "./tailwind.css";

export * from "#/components";
export * from "#/hooks";
export * from "#/lib";
Expand Down

0 comments on commit add7bb2

Please sign in to comment.