Skip to content

Commit

Permalink
fix: update purgecss documentation
Browse files Browse the repository at this point in the history
As per FullHuman/purgecss#439 whitelist was changed to safelist.
  • Loading branch information
MichalBryxi committed Jan 5, 2021
1 parent 6e622d2 commit 66e5716
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/docs/app/templates/docs/buttons/index.md
Expand Up @@ -13,7 +13,7 @@ module.exports = {
purge: {
// ...
options: {
whitelist: [
safelist: [
/^btn/,
]
}
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/app/templates/docs/core/index.md
Expand Up @@ -13,7 +13,7 @@ module.exports = {
purge: {
// ...
options: {
whitelist: [
safelist: [
/^close-button/,
/^visually-hidden/
]
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/app/templates/docs/forms/index.md
Expand Up @@ -13,7 +13,7 @@ module.exports = {
purge: {
// ...
options: {
whitelist: [
safelist: [
/^form-field-checkbox/,
/^form-field-feedback/,
/^form-field-hint/,
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/app/templates/docs/notifications/index.md
Expand Up @@ -13,7 +13,7 @@ module.exports = {
purge: {
// ...
options: {
whitelist: [
safelist: [
/^notifications-container/,
/^notification-card/,
/^notification-transition/
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/app/templates/docs/overlays/index.md
Expand Up @@ -13,7 +13,7 @@ module.exports = {
purge: {
// ...
options: {
whitelist: [
safelist: [
/^overlay/,
/^modal/,
/^drawer/
Expand Down

0 comments on commit 66e5716

Please sign in to comment.