Код: Выделить всё
Flowbite-ExpressJS Starter
Default
< /code>
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
"./src/**/*.{html,js,ejs,pug,hbs,ts}",
"./node_modules/flowbite/**/*.js"
],
theme: {
extend: {
colors: {
primary: {
600: '#4a7ae6', 700: '#3d63bf', 800: '#2f4c99', 900: '#253d7d',
},
}
},
},
plugins: [
require('flowbite/plugin')
],
darkMode: 'class',
}
< /code>
@tailwind base;
@tailwind components;
@tailwind utilities;
добавил этот репо, https://github.com/guillaumearnx/flowbi ... e-79432594
< Br /> смог сделать тейс -ветер с методом Build CSS. Но при попытке переключиться на «Использование PostCSS» и CSS в прямом эфире, больше не могу работать
Подробнее здесь: https://stackoverflow.com/questions/794 ... ted-in-css