Add tailwind headlessui plugin
This commit is contained in:
parent
d5a3025e12
commit
65a2180822
File diff suppressed because it is too large
Load Diff
|
|
@ -15,6 +15,7 @@
|
|||
"tailwind": "tailwindcss -i tailwind.css -o ../server/vbv_lernwelt/static/css/tailwind.css --watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@headlessui/tailwindcss": "^0.1.2",
|
||||
"@headlessui/vue": "^1.6.7",
|
||||
"@sentry/tracing": "^7.20.0",
|
||||
"@sentry/vue": "^7.20.0",
|
||||
|
|
|
|||
|
|
@ -49,5 +49,9 @@ module.exports = {
|
|||
"bg-handlungsfelder-overview",
|
||||
"bg-lernmedien-overview",
|
||||
],
|
||||
plugins: [require("@tailwindcss/typography"), require("@tailwindcss/forms")],
|
||||
plugins: [
|
||||
require("@tailwindcss/typography"),
|
||||
require("@tailwindcss/forms"),
|
||||
require("@headlessui/tailwindcss"),
|
||||
],
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue