Вот команда сборки, которую я использую:
Код: Выделить всё
tailwindcss -i ./src/style.css -o ./dist/output.css< /code> я помещаю его в скрипт в package.json < /p>
Путь файла каталогов:
in src/style.css Код: Выделить всё
@tailwind base;
@tailwind components;
@tailwind utilities;
Код: Выделить всё
theme: {
extend: {
// ...
},
},
plugins: [],
}
Код: Выделить всё
Learn Tailwind
Awesome
Подробнее здесь: https://stackoverflow.com/questions/705 ... -installed
Мобильная версия