We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 998d614 commit 15f2f14Copy full SHA for 15f2f14
purgecss.config.js
@@ -2,6 +2,6 @@ module.exports = {
2
content: ['*.html', '**/*.html', '*.js', '**/*.js'],
3
css: ['*.css'],
4
output: ['.'],
5
- dynamicAttributes: ['data-bs-theme', 'aria-expanded', 'data-bs-toggle'],
+ dynamicAttributes: ['data-bs-theme', 'aria-expanded', 'data-bs-toggle', 'data-bs-popper'],
6
safelist: [/day-2/, /day-3/, /show/, 'a', 'dropdown', 'dropdown-menu', 'dropdown-item', 'dropdown-toggle', 'nav-item', 'nav-link', 'me-lg-2'],
7
};
0 commit comments