Skip to content

Commit

Permalink
fix: correct load of tailwind modules after postcss
Browse files Browse the repository at this point in the history
  • Loading branch information
puria committed Jan 24, 2024
1 parent ff1f0a4 commit c021677
Show file tree
Hide file tree
Showing 7 changed files with 585 additions and 22 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
},
"dependencies": {
"@stencil/core": "^4.7.0",
"storybook": "^7.6.10",
"typescript": "^5.3.3"
"storybook": "^7.6.10"
},
"devDependencies": {
"@ionic/core": "^7.6.5",
Expand All @@ -59,7 +58,9 @@
"puppeteer": "21.7.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.4.1"
"stencil-tailwind-plugin": "^1.8.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
},
"license": "AGPL-3.0-only",
"publishConfig": {
Expand Down
Loading

0 comments on commit c021677

Please sign in to comment.