项目作者: Himenon

项目描述 :
Design patterns for the css/scss npm library.
高级语言: SCSS
项目地址: git://github.com/Himenon/css-library-design-pattern.git
创建时间: 2020-10-14T07:41:25Z
项目社区:https://github.com/Himenon/css-library-design-pattern

开源协议:MIT License

下载


@himenon/css-library-design-pattern

Design patterns for the css/scss npm library.

Usage

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

Example

DEMO

  1. @import "~@himenon/css-library-design-pattern/A-Style";

or

  1. @import "~@himenon/css-library-design-pattern/B-Style";

Development

  1. git clone https://github.com/Himenon/css-library-design-pattern.git
  2. cd css-library-design-pattern

After navigating to an application that uses this library,

  1. cd /your/app
  2. 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

  1. yarn run lerna version --yes

Revert release (before execute GitHub Actions)

reset version

  1. git tag -d [tag]
  2. git push origin :[tag]

LICENSE

@himenon/css-library-design-pattern is MIT licensed.