statamic/preset-tailwindcss
This package is abandoned and no longer maintained.
No replacement package was suggested.
Statamic frontend preset for Tailwind CSS
Maintainers
0.1.3
2019-10-24 20:08 UTC
Requires
- laravel/framework: 6.*
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT 8378d84996b7cd3b085685069d4f7117ad3c5a14
README
A Statamic front-end scaffolding preset for Tailwind CSS.
👁 Statamic 3.0+
👁 Tailwind 1.2+
Usage
In a fresh install of Statamic 3, run the following commands.
- Install this preset package
composer require statamic/preset-tailwindcss
- Run the preset artisan command
# For a clean install
php artisan preset tailwindcss-clean
# To add to your current resources
php artisan preset tailwindcss
- Install NPM dependencies and run webpack
npm install && npm run dev
