Something went wrong. Try again.
[READ-ONLY] Mirror of https://github.com/hacknug/tailwindcss-parcel-boilerplate. tailwindcss-parcel-boilerplate.netlify.com
Something went wrong. Try again.
CSS 83%
JavaScript 11%
HTML 5%
1%
Commits 308
Bump stylelint-config-standard from 26.0.0 to 29.0.0
Signed-off-by: dependabot[bot] <support@github.com>
Bump postcss from 8.4.17 to 8.4.18
Signed-off-by: dependabot[bot] <support@github.com>
Bump postcss from 8.4.16 to 8.4.17
Signed-off-by: dependabot[bot] <support@github.com>
Bump postcss from 8.4.14 to 8.4.16
Signed-off-by: dependabot[bot] <support@github.com>
Bump autoprefixer from 10.4.10 to 10.4.12
Signed-off-by: dependabot[bot] <support@github.com>
README.md
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 startwill run a development server with hot reloading at localhost:1234 - Production:
pnpm buildwill bundle everything up on your/distfolder