Skip to content

windware-ono/parcel-tailwind-not-processed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm i
npx parcel bundle bundle.js

This loads up tailwindcss/tailwind.css that comes with its npm package with the content of,

@tailwind base;

@tailwind components;

@tailwind utilities;

but this ends up having dist/bundle.css without parsing those directives.

Instead, by using a locally saved ./tailwind.css file with the exact same content and specifiying that instead in bundle.js, it gets parsed and produces a proper dist/bundle.css.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published