@@ -14,17 +14,20 @@ const purgecss = require('@fullhuman/postcss-purgecss')({
14
14
safelist : {
15
15
standard : [
16
16
'active' ,
17
+ 'badge' , 'bg-secondary' ,
17
18
'bottom-0' ,
18
19
'btn-primary' , 'btn-outline-primary' ,
20
+ 'collapse' ,
19
21
'col-xxl-10' ,
20
22
'd-flex' ,
21
23
'end-0' ,
22
24
'fs-lg' , 'fs-sm' , 'fs-xl' , 'fs-xs' , 'fst-italic' ,
23
25
'justify-content-center' ,
24
- 'mb-0' , 'mb-1' ,
26
+ 'mb-0' , 'mb-1' , 'my-2' , 'mx-2' ,
27
+ 'list-unstyled' ,
25
28
'offcanvas-backdrop' ,
26
29
'opacity-0' , 'opacity-50' , 'opacity-100' , 'overflow-hidden' ,
27
- 'p-1' , 'pe-3' , 'pt-0' , 'pt-1' , 'px-2' , 'py-1' , 'px-3' , 'py-2' , 'position-absolute' , 'position-fixed' , 'position-relative' , 'position-sticky' ,
30
+ 'p-1' , 'pb-0' , ' pe-3', 'pt-0' , 'pt-1' , 'px-2' , 'py-1' , 'px-3' , 'py-2' , 'position-absolute' , 'position-fixed' , 'position-relative' , 'position-sticky' ,
28
31
'rounded' , 'rounded-top' ,
29
32
'show' ,
30
33
'text-nowrap' , 'text-pre-wrap' , 'text-uppercase' , 'text-white' , 'top-0' , 'text-bg-secondary' , 'text-success' , 'text-truncate' ,
0 commit comments