Skip to content

Commit 15f2f14

Browse files
authored
Fix? navbar dropdown
1 parent 998d614 commit 15f2f14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

purgecss.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ module.exports = {
22
content: ['*.html', '**/*.html', '*.js', '**/*.js'],
33
css: ['*.css'],
44
output: ['.'],
5-
dynamicAttributes: ['data-bs-theme', 'aria-expanded', 'data-bs-toggle'],
5+
dynamicAttributes: ['data-bs-theme', 'aria-expanded', 'data-bs-toggle', 'data-bs-popper'],
66
safelist: [/day-2/, /day-3/, /show/, 'a', 'dropdown', 'dropdown-menu', 'dropdown-item', 'dropdown-toggle', 'nav-item', 'nav-link', 'me-lg-2'],
77
};

0 commit comments

Comments
 (0)