Код: Выделить всё
tailwindcss -i ./src/style.css -o ./dist/output.css
Код: Выделить всё
@tailwind base;
@tailwind components;
@tailwind utilities;
Код: Выделить всё
module.exports = {
theme: {
extend: {
// ...
},
},
plugins: [],
}
Код: Выделить всё
Learn Tailwind
Awesome
Подробнее здесь: https://stackoverflow.com/questions/705 ... stallation
Мобильная версия