django-crispy-forms / django-crispy-forms/crispy-tailwind

Workflow/Configuration for purge

Open
#103 6 comments 2 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.