Skip to content

Commit b71d85f

Browse files
committed
feat: added DaisyUI as a component library
1 parent 2495965 commit b71d85f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"esbuild": "0.18.8",
99
"postcss": "8.4.24",
1010
"postcss-import": "15.1.0",
11-
"tailwindcss": "3.3.2"
11+
"tailwindcss": "3.3.2",
12+
"daisyui": "^3.3.1"
1213
},
1314
"scripts": {
1415
"build": "./go yarn:build",

tailwind.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ module.exports = {
44
'./app/helpers/**/*.rb',
55
'./app/assets/stylesheets/**/*.css',
66
'./app/javascript/**/*.js'
7-
]
7+
],
8+
plugins: [require('daisyui')],
89
}

0 commit comments

Comments
 (0)