fix: uni.scss 报错
This commit is contained in:
parent
a883d015c7
commit
5309e2242c
@ -1,3 +1,4 @@
|
|||||||
|
/* stylelint-disable comment-empty-line-before */
|
||||||
/**
|
/**
|
||||||
* 这里是uni-app内置的常用样式变量
|
* 这里是uni-app内置的常用样式变量
|
||||||
*
|
*
|
||||||
@ -31,7 +32,7 @@ $uni-text-color-disable: #c0c0c0;
|
|||||||
$uni-bg-color: #fff;
|
$uni-bg-color: #fff;
|
||||||
$uni-bg-color-grey: #f8f8f8;
|
$uni-bg-color-grey: #f8f8f8;
|
||||||
$uni-bg-color-hover: #f1f1f1; // 点击状态颜色
|
$uni-bg-color-hover: #f1f1f1; // 点击状态颜色
|
||||||
$uni-bg-color-mask: rgba(0, 0, 0, 0.4); // 遮罩颜色
|
$uni-bg-color-mask: rgb(0 0 0 / 40%); // 遮罩颜色
|
||||||
|
|
||||||
/* 边框颜色 */
|
/* 边框颜色 */
|
||||||
$uni-border-color: #c8c7cc;
|
$uni-border-color: #c8c7cc;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user