feat(docz-plugin-css): add initial version (#78)

* fix(docz-core): reduce from plugins arguments
* feat(docz-plugin-css): add initial version of plugin
* chore(docz-plugin-css): add some examples
This commit is contained in:
Pedro Nauck
2018-06-21 19:37:50 -03:00
committed by GitHub
parent bc0b7e0223
commit 299372ebca
39 changed files with 1982 additions and 39 deletions

View File

@@ -0,0 +1,20 @@
{
"name": "docz-example-css-postcss",
"version": "0.2.9",
"license": "MIT",
"scripts": {
"dev": "docz dev",
"build": "docz build"
},
"dependencies": {
"classnames": "^2.2.6",
"docz": "^0.2.9",
"docz-core": "^0.2.9",
"prop-types": "^15.6.2",
"react": "^16.4.1",
"react-dom": "^16.4.1"
},
"devDependencies": {
"docz-plugin-css": "^0.2.9"
}
}