Skip to content

Commit 4a09c5e

Browse files
committed
(#407) Retain CollapseButton CSS
The CSS for the CollapseButton was getting deleted and needed to be added to the safelist for purgeCSS. Now, with this in place, all buttons show as they should with the correct styles.
1 parent 2188941 commit 4a09c5e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/data/repository-config.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ export const astroRepositoryConfig = {
7979
/^text-bg-(info|warning|danger|success)/,
8080
/^data-bs-popper/,
8181
/^ratio-/,
82-
/^callout-/
82+
/^callout-/,
83+
/^btn-(primary|danger|success)/
8384
]
8485
},
8586
root: './'

0 commit comments

Comments
 (0)