@himenon/css-library-design-pattern

0.0.2 • Public • Published

@himenon/css-library-design-pattern

Design patterns for the css/scss npm library.

Usage

yarn add @himenon/css-library-design-pattern

Example

DEMO

@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.

Readme

Keywords

Package Sidebar

Install

npm i @himenon/css-library-design-pattern

Weekly Downloads

0

Version

0.0.2

License

MIT

Unpacked Size

4.05 kB

Total Files

7

Last publish

Collaborators

  • himenoglyph