[READ-ONLY] Mirror of https://github.com/hacknug/tailwindcss-parcel-boilerplate. tailwindcss-parcel-boilerplate.netlify.com
0

Configure Feed

Select the types of activity you want to include in your feed.

CSS 83.0%
JavaScript 11.1%
HTML 4.5%
Other 1.4%
308 11 1

Clone this repository

https://tangled.org/nestor.rip/tailwindcss-parcel-boilerplate https://tangled.org/did:plc:g7gafz4eswnzqwakjs4qnwzd
git@tangled.org:nestor.rip/tailwindcss-parcel-boilerplate git@tangled.org:did:plc:g7gafz4eswnzqwakjs4qnwzd

For self-hosted knots, clone URLs may differ based on your setup.



README.md

Netlify Status This project is using Percy.io for visual regression testing.

tailwindcss-parcel-boilerplate#

This is just a couple lines of code on a bunch of files showing how to use Parcel and TailwindCSS together.

Right now it's using postcss-cli to watch Tailwind's config file because I couldn't find any other way to make it work. If you know how this should be done, please open an issue to discuss it and/or submit a PR.

Usage#

Clone this repository, run pnpm install and you should be ready to go.

  • Development: pnpm start will run a development server with hot reloading at localhost:1234
  • Production: pnpm build will bundle everything up on your /dist folder