Skip to content

Commit

Permalink
fix: add sidebar-none into PurgeCSS safelist
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Aug 22, 2024
1 parent 4438926 commit f3ab300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion purgecss.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const purgecss = require('@fullhuman/postcss-purgecss')({
'opacity-0', 'opacity-50', 'opacity-100', 'overflow-hidden',
'p-1', 'pb-0', 'pe-3', 'pt-0', 'pt-1', 'px-2', 'py-1', 'px-3', 'py-2', 'p-2', 'position-absolute', 'position-fixed', 'position-relative', 'position-sticky',
'rounded', 'rounded-top',
'show', 'start-50',
'show', 'sidebar-none', 'start-50',
'text-nowrap', 'text-pre-wrap', 'text-uppercase', 'text-white', 'top-0', 'top-50', 'text-bg-secondary', 'text-success', 'text-truncate',
'user-select-all',
'w-100',
Expand Down

0 comments on commit f3ab300

Please sign in to comment.