update tailwind

This commit is contained in:
Melaine Gérard 2025-02-22 21:29:52 +01:00
parent 0fa3b88e08
commit 13ba510d55
3 changed files with 13 additions and 3 deletions

View File

@ -1,7 +1,9 @@
@import 'tailwindcss';
@plugin 'flowbite/plugin';
@import "flowbite/src/themes/default";
@plugin "flowbite/plugin";
@source '../../vendor/tales-from-a-dev/flowbite-bundle/templates/**/*.html.twig';
@source "../node_modules/flowbite";
@custom-variant dark (@media (prefers-color-scheme: dark));

9
package-lock.json generated
View File

@ -5,7 +5,8 @@
"packages": {
"": {
"dependencies": {
"flowbite": "^3.0.0"
"flowbite": "^3.1.2",
"tailwindcss": "^4.0.8"
}
},
"node_modules/@popperjs/core": {
@ -285,6 +286,12 @@
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/tailwindcss": {
"version": "4.0.8",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.0.8.tgz",
"integrity": "sha512-Me7N5CKR+D2A1xdWA5t5+kjjT7bwnxZOE6/yDI/ixJdJokszsn2n++mdU5yJwrsTpqFX2B9ZNMBJDwcqk9C9lw==",
"license": "MIT"
}
}
}

View File

@ -1,5 +1,6 @@
{
"dependencies": {
"flowbite": "^3.0.0"
"flowbite": "^3.1.2",
"tailwindcss": "^4.0.8"
}
}