1.3.7 • Published 8 years ago
eic-fonts v1.3.7
Eic Fonts
Useage
install
npm install eic-fonts@<the-version-id> --savethen require the Scss after other styles, the webpack is needed to implement to require Scss in JSX.
require('onsenui/css-components-src/src/onsen-css-components.css')
require('onsenui/css/onsenui.css')
require('eic-fonts/font.scss')How to Release
npm version v1.3.5 # new version id
git push --follow-tagsafter that circle.yml will handle publish the npm package.