Skip to content

Commit

Permalink
fix: add btn-link to PurgeCSS safelist
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Jan 20, 2023
1 parent bd44d00 commit 61b5f93
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 @@ -16,7 +16,7 @@ const purgecss = require('@fullhuman/postcss-purgecss')({
'active',
'badge', 'bg-secondary',
'bottom-0',
'btn-primary', 'btn-outline-primary',
'btn-link', 'btn-primary', 'btn-outline-primary',
'collapse',
'col-xxl-10',
'd-flex',
Expand Down

0 comments on commit 61b5f93

Please sign in to comment.