Use standalone CLI of TailwindCSS

This commit is contained in:
Akira Tempaku 2024-10-03 02:03:14 +09:00
parent 34eb2e000a
commit b9be244ff6
8 changed files with 46 additions and 24 deletions

View file

@ -5,10 +5,5 @@ module.exports = {
"./src/routes/**/*.lisp",
"./src/components/**/*.lisp",
],
theme: {
extend: {},
},
plugins: [
require('daisyui'),
],
plugins: [],
}