module.exports = { content: [ './pages/**/*.{html,js}' './components/**/*.{html,js}', ], safelist: [ 'bg-red-500', 'text-3xl', 'lg:text-4xl', ] // ... }
How to Add Dynamic Generated Classes in Tailwind CSS Without Purge
Learn how to add dynamically generated classes in Tailwind CSS and whitelist it to prevent from being purge
Created on Feb 17, 2022
•2374 views
If you like our tutorial, do make sure to support us by being our Patreon or buy us some coffee ☕️
Load comments for How to Add Dynamic Generated Classes in Tailwind CSS Without Purge
PostSrc Code Components
Collection of Tailwind CSS components for everyone to use. Browse all of the components that are right for your project.
View ComponentsSponsors 👑
+ Add YoursOther Code Snippets
All Snippets
Speed up Laravel with Laravel Page Speed
1 year ago

How to Record Laravel Horizon Metrics (Snapshot)
1 year ago

How to Push Into State Array in ReactJS
1 year ago

Ways to Check If Record Exists In Laravel
1 year ago

Laravel Wildcard Subdomain Routing
1 year ago

Laravel Check Current Environment
1 year ago