积累常用的scss集合
积累常用的 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);
}