Skip to content

Commit

Permalink
Merge pull request #130 from MichalBryxi/fix/129-update-purgecss-docu…
Browse files Browse the repository at this point in the history
…mentation

fix: update purgecss documentation
  • Loading branch information
josemarluedke authored Jan 5, 2021
2 parents 6e622d2 + 66e5716 commit 3f22dea
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module.exports = {
purge: {
// ...
options: {
whitelist: [
safelist: [
/^overlay/,
/^modal/,
/^drawer/
Expand Down

0 comments on commit 3f22dea

Please sign in to comment.