statamic/preset-tailwindcss

This package is abandoned and no longer maintained. No replacement package was suggested.

Statamic frontend preset for Tailwind CSS

Installs: 1 268

Dependents: 0

Suggesters: 0

Security: 0

Stars: 25

Watchers: 5

Forks: 2

Open Issues: 1

pkg:composer/statamic/preset-tailwindcss

0.1.3 2019-10-24 20:08 UTC

This package is auto-updated.

Last update: 2020-08-28 14:00:36 UTC


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.

  1. Install this preset package
composer require statamic/preset-tailwindcss
  1. Run the preset artisan command
# For a clean install
php artisan preset tailwindcss-clean

# To add to your current resources
php artisan preset tailwindcss
  1. Install NPM dependencies and run webpack
npm install && npm run dev