@daysnap/define-sass
Version:
39 lines (24 loc) • 409 B
Markdown
# .
> sass 样式变量、工具库
## 使用
1. 安装
```shell
npm install @daysnap/define-sass
```
## 使用
```scss
@import "~@daysnap/define-sass/index";
```
## 开发
1. 克隆 `git@github.com:daysnap/daysnap-define-sass.git`
```shell
git clone git@github.com:daysnap/daysnap-define-sass.git
```
2. 安装依赖
```shell
npm install
```
3. 执行 husky 安装
```shell
npm run prepare
```