@himenon/css-library-design-pattern
v0.0.2
Published
Design patterns for the css/scss npm library.
Readme
@himenon/css-library-design-pattern
Design patterns for the css/scss npm library.
Usage
yarn add @himenon/css-library-design-patternExample
@import "~@himenon/css-library-design-pattern/A-Style";or
@import "~@himenon/css-library-design-pattern/B-Style";Development
git clone https://github.com/Himenon/css-library-design-pattern.git
cd css-library-design-patternAfter navigating to an application that uses this library,
cd /your/app
yarn link @himenon/css-library-design-patternAll you have to do is change the code in this library while you watch build your application.
Release
release version
yarn run lerna version --yesRevert release (before execute GitHub Actions)
reset version
git tag -d [tag]
git push origin :[tag]LICENSE
@himenon/css-library-design-pattern is MIT licensed.
