Skip to content

Commit

Permalink
fix tailwind dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alicanerdurmaz committed Jun 3, 2024
1 parent 50b6263 commit 969e532
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 2 deletions.
4 changes: 4 additions & 0 deletions refine-nextjs/plugins/tailwindcss/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "Tailwind CSS",
"url": "https://refine.dev/docs/guides-concepts/general-concepts/#headless-concept"
}
7 changes: 7 additions & 0 deletions refine-nextjs/plugins/tailwindcss/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"devDependencies": {
"tailwindcss": "^3.4.3",
"postcss": "^8.4.38",
"autoprefixer": "^10.4.19"
}
}
6 changes: 6 additions & 0 deletions refine-nextjs/plugins/tailwindcss/postcss.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};
2 changes: 1 addition & 1 deletion refine-remix/plugins/tailwindcss/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dependencies": {
"devDependencies": {
"tailwindcss": "^3.4.3",
"postcss": "^8.4.38",
"autoprefixer": "^10.4.19"
Expand Down
2 changes: 1 addition & 1 deletion refine-vite/plugins/tailwindcss/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dependencies": {
"devDependencies": {
"tailwindcss": "^3.4.3",
"postcss": "^8.4.38",
"autoprefixer": "^10.4.19"
Expand Down

0 comments on commit 969e532

Please sign in to comment.