statamic / preset-tailwindcss

DEPRECATED: Statamic 3 starts with TailwindCSS out of the box.

Home Page:https://statamic.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Statamic Frontend Preset for Tailwind CSS

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

About

DEPRECATED: Statamic 3 starts with TailwindCSS out of the box.

https://statamic.com

License:MIT License


Languages

Language:PHP 55.3%Language:HTML 31.0%Language:JavaScript 12.0%Language:CSS 1.7%