Skip to content

Install Tailwind CSS to a vanila HTML. Included: postcss-nested, live-server, css-nano and purge-css

Notifications You must be signed in to change notification settings

sanjayatony/tailwind-init

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tailwind-init

Install Tailwind CSS to a vanila HTML. Included: postcss-nested, live-server, css-nano and purge-css

Usage

tailwind-init dir-name
cd dir-name

// start developing
npm run dev
yarn dev

// purge css
npm run build
yarn build

// purge css and minimize
npm run prod
yarn prod

Todo

  • Error management

Changelog

0.1.8

  • New compiler JIT
  • Remove 'build', because no need to purge

0.1.7

  • Add app name in package.json
  • add layer in tailwind.css

0.1.6

0.1.5

  • Add "future" in config, but commented by default

0.1.4

  • Add new script 'prod'. Use 'build' to not include minimize and 'prod' to minimize.
  • Enable "Experimental -> applyComplexClasses" in config by default.
  • Add new directory 'font' under 'public'.

About

Install Tailwind CSS to a vanila HTML. Included: postcss-nested, live-server, css-nano and purge-css

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published