django-crispy-forms / django-crispy-forms/crispy-tailwind
Workflow/Configuration for purge
Open
- Dominant language
- HTML
- Stars
- 423
- Forks
- 64
- PR merge metrics
- No merged PRs in 30d
Description
Hi thanks for the project
I have an issue where I am using the purge option for my templates
```
module.exports = {
purge: {
content: ['./**/templates/**/*.html'],
safelist: ['underline','cursor-pointer','grid-cols-3','gap-1','grid-cols-2'],
},
```
The css for the templates is not being applied when I deploy to prod
If I am using the crispy template pack fields do I just need to add a path to my content that will be for the path to the templates in site packages?
Contributor guide
Assessment
This issue has not been assessed yet.