This is a modified version of ant-design
that removes some CSS resets.
Add "antd": "github:equiet/ant-design#publish"
into your package.json
.
git checkout master
- Make your changes
- Commit and push
git checkout publish
git merge master
npm run pub
- Commit and push