Вот команда сборки, которую я использую:
Код: Выделить всё
tailwindcss -i ./src/style.css -o ./dist/output.cssПуть к файлу каталога:

в src/style.css
Код: Выделить всё
@tailwind base;
@tailwind components;
@tailwind utilities;
Код: Выделить всё
theme: {
extend: {
// ...
},
},
plugins: [],
}
Код: Выделить всё
Learn Tailwind
Awesome
[img]https: //i.sstatic.net/kN2Ut.png[/img]
Подробнее здесь: https://stackoverflow.com/questions/705 ... -installed
Мобильная версия