You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# install dependencies
$ npm run i
# build tailwind css
$ npm run build:css
# watch css source file change
$ npm run watch
# build for production
$ npm run prod
Notes
No grid - requires support for older device
About
A quick and simple example of using Tailwind CSS with HTML, with PurgeCSS and cssnano enabled.