Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 427 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 427 Bytes

daysnap-sass-define

sass 样式变量、工具库

使用

  1. 安装
npm install @daysnap/define-sass

使用

@import "~@daysnap/define-sass/index";

开发

  1. 克隆 git@github.com:daysnap/daysnap-define-sass.git
git clone git@github.com:daysnap/daysnap-define-sass.git
  1. 安装依赖
npm install
  1. 执行 husky 安装
npm run prepare