Skip to content

Commit bd2f997

Browse files
committed
屏幕宽度变量
1 parent 8005460 commit bd2f997

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/assets/sass/mixin.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
$screen-xs-max: 768;
2+
$screen-sm-min: 768;
3+
$screen-md-min: 970;
4+
$screen-lg-min: 1170;
5+
16
@mixin scrollBar {
27
&::-webkit-scrollbar-track-piece {
38
background: #d3dce6;

0 commit comments

Comments
 (0)