-
Run
npm i
in the folder -
Navigate to the folder
/tmp/build/build_1
-
In the folder
build_1
, run this command (with$path
= your real path to this repository folder):
$path/tailwindcss -i tailwind.css -o tailwind.min.css --postcss
(to use standalone)
or evennpx tailwindcss -i tailwind.css -o tailwind.min.css --postcss
(to use standard CLI) -
It should generate the
tailwind.min.css
in the folderbuild_1
but
it will lackscontent
classes in thesafelist.txt
file & even
ignoresafelist
classes added directly intailwind.config.js
(for example:flex
class is not generated) -
If you remove
postcss-import
from thepostcss.config.js
, Tailwind will generate the correct file
(i don't know whypostcss-import
breakscontent
&safelist
tho)
-
Notifications
You must be signed in to change notification settings - Fork 0
To reproduce issue : https://github.com/tailwindlabs/tailwindcss/issues/8153
Pilot-in/tailwind-issue-8153
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
To reproduce issue : https://github.com/tailwindlabs/tailwindcss/issues/8153
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published