ngneat / dag

🐠 An Angular service for managing directed acyclic graphs
MIT License
154 stars 7 forks source link

Tailwind Purge #19

Closed pjlamb12 closed 3 years ago

pjlamb12 commented 3 years ago

chore: 🤖 purge extra tailwind classes

Add routes to check for purging tailwind classes on build

Closes: #10

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[x] Build related changes
[ ] CI related changes
[ ] Documentation content changes
[ ] Other... Please describe:

What is the current behavior?

Tailwind classes aren't purged

Issue Number: #10

What is the new behavior?

When production builds happen, tailwind styles are purged

Does this PR introduce a breaking change?

[ ] Yes
[x] No