An open API service indexing awesome lists of open source software.

https://github.com/daysnap/define-sass

sass 变量库
https://github.com/daysnap/define-sass

define sass scss

Last synced: 8 months ago
JSON representation

sass 变量库

Awesome Lists containing this project

README

          

# .

> 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
```