Skip to content

Commit

Permalink
Merge pull request #155 from primer/system-props
Browse files Browse the repository at this point in the history
System props
  • Loading branch information
shawnbot committed Jul 25, 2018
2 parents e01f137 + c48177d commit 6d776e4
Show file tree
Hide file tree
Showing 57 changed files with 6,582 additions and 706 deletions.
3 changes: 2 additions & 1 deletion .babelrc
@@ -1,3 +1,4 @@
{
"presets": ["env", "stage-0", "react"]
"presets": ["env", "stage-0", "react"],
"plugins": ["preval"]
}
5 changes: 4 additions & 1 deletion .eslintrc.json
Expand Up @@ -3,5 +3,8 @@
"plugin:github/es6",
"plugin:github/react",
"plugin:jsx-a11y/recommended"
]
],
"rules": {
"no-unused-vars": ["error", {"args": "after-used"}]
}
}
36 changes: 18 additions & 18 deletions docs/bundle.js

Large diffs are not rendered by default.

602 changes: 593 additions & 9 deletions docs/components/index.html

Large diffs are not rendered by default.

0 comments on commit 6d776e4

Please sign in to comment.