Skip to content

Commit 74aee93

Browse files
committed
Fix tooltip css purge
1 parent 43a7c9b commit 74aee93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

postcss.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const purgecss = purgeCSSPlugin({
1212
];
1313
},
1414
safelist: {
15-
deep: [/dropdown-menu$/, /hidden/],
15+
deep: [/dropdown-menu$/, /hidden/, /tooltip/],
1616
greedy: [/data-bs-theme/],
1717
},
1818
});

0 commit comments

Comments
 (0)