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
•2032 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
How to Create Model, Migration and Controller Using Single Artisan Command in Laravel
1 year ago

How to Save Model Quietly on Laravel
1 year ago

How to Conditionally Query Eloquent in Laravel
1 year ago

How to Count Total Words in JavaScript
1 year ago

How to update ohmyzsh from the terminal
9 months ago

Laravel get Name of Uploaded File
1 year ago