Skip to content

Commit

Permalink
refactor(css): remove import from tailwind.css in src/index, let proj…
Browse files Browse the repository at this point in the history
…ects build their own css
  • Loading branch information
ribeirojose committed Apr 15, 2024
1 parent 1ecf0bd commit c8f0099
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,3 @@ jobs:

- name: Build package
run: yarn build

- name: Check commits messages
uses: wagoid/commitlint-github-action@v5
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 c8f0099

Please sign in to comment.