0.0.8 • Published 7 months ago

billd-scss v0.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

简介

积累常用的 scss 集合

安装

npm i billd-scss

使用

@import 'billd-scss/src/index.scss';

.cross-ico {
  width: 10px;
  height: 10px;
  @include cross(red, 2px);
}
.flex1 {
  color: red;
  @extend %flexCenter;
}
.flex2 {
  color: blue;
  @extend %flexCenter;
}
.txt {
  font-size: px2vw(20);
}

源码

https://github.com/galaxy-s10/billd-scss

0.0.8

7 months ago

0.0.7

11 months ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago