Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exclude files from tailwind parsing by plugin #12896

Open
benjaminpreiss opened this issue Feb 7, 2024 · 2 comments
Open

Exclude files from tailwind parsing by plugin #12896

benjaminpreiss opened this issue Feb 7, 2024 · 2 comments

Comments

@benjaminpreiss
Copy link

What version of Tailwind CSS are you using?

3.4.1

What build tool (or framework if it abstracts the build tool) are you using?

postcss 8.4.34 svelte 4.2.7, @sveltejs/kit 2.0.0, vite 5.0.3

What version of Node.js are you using?

v18.17.1

What browser are you using?

Brave

What operating system are you using?

macOS

Reproduction URL

https://github.com/frontline-hq/tw-exclude-content

Reproduction steps:

// Install
pnpm i
// run
pnpm run dev

Then visit the app in the browser and check for the file app.css in the network tab.
You will see that it includes the tw class bg-blue-900.

Describe your issue

content configurations returned from tailwind plugins are not respected for excluded file globs.
D.h. the classes in the file should not be included in the css as specified here

@benjaminpreiss
Copy link
Author

#12892

@benjaminpreiss
Copy link
Author

benjaminpreiss commented Feb 8, 2024

The same happens with the safelist property - it is simply overwritten by the array present in the config.

I think it should be possible to extend the safelist from a plugin or a preset.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant