https://github.com/daysnap/define-sass
sass 变量库
https://github.com/daysnap/define-sass
define sass scss
Last synced: 8 months ago
JSON representation
sass 变量库
- Host: GitHub
- URL: https://github.com/daysnap/define-sass
- Owner: daysnap
- Created: 2022-02-16T03:43:28.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-29T07:59:14.000Z (over 1 year ago)
- Last Synced: 2025-05-05T06:09:15.999Z (10 months ago)
- Topics: define, sass, scss
- Language: SCSS
- Homepage:
- Size: 139 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```