@himenon/css-library-design-pattern
v0.0.2
Published
Design patterns for the css/scss npm library.
Downloads
4
Readme
@himenon/css-library-design-pattern
Design patterns for the css/scss npm library.
Usage
yarn add @himenon/css-library-design-pattern
Example
@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-pattern
After navigating to an application that uses this library,
cd /your/app
yarn link @himenon/css-library-design-pattern
All you have to do is change the code in this library while you watch build your application.
Release
release version
yarn run lerna version --yes
Revert release (before execute GitHub Actions)
reset version
git tag -d [tag]
git push origin :[tag]
LICENSE
@himenon/css-library-design-pattern is MIT licensed.