Skip to content

Commit

Permalink
add primer.class_whitelist for doc tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnbot committed May 3, 2018
1 parent c2226b6 commit 77f987f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
5 changes: 4 additions & 1 deletion modules/primer-alerts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@
"main": "build/index.js",
"primer": {
"category": "product",
"module_type": "components"
"module_type": "components",
"class_whitelist": [
"warning"
]
},
"files": [
"index.scss",
Expand Down
6 changes: 5 additions & 1 deletion modules/primer-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@
"main": "build/index.js",
"primer": {
"category": "core",
"module_type": "support"
"module_type": "support",
"class_whitelist": [
"octicon",
"rule"
]
},
"files": [
"index.scss",
Expand Down
6 changes: 5 additions & 1 deletion modules/primer-marketing-utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@
"main": "build/index.js",
"primer": {
"category": "marketing",
"module_type": "utilities"
"module_type": "utilities",
"class_whitelist": [
"border-??-*",
"position-??-*"
]
},
"files": [
"index.scss",
Expand Down

0 comments on commit 77f987f

Please sign in to comment.