We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2495965 commit b71d85fCopy full SHA for b71d85f
package.json
@@ -8,7 +8,8 @@
8
"esbuild": "0.18.8",
9
"postcss": "8.4.24",
10
"postcss-import": "15.1.0",
11
- "tailwindcss": "3.3.2"
+ "tailwindcss": "3.3.2",
12
+ "daisyui": "^3.3.1"
13
},
14
"scripts": {
15
"build": "./go yarn:build",
tailwind.config.js
@@ -4,5 +4,6 @@ module.exports = {
4
'./app/helpers/**/*.rb',
5
'./app/assets/stylesheets/**/*.css',
6
'./app/javascript/**/*.js'
7
- ]
+ ],
+ plugins: [require('daisyui')],
}
0 commit comments