fix: uni.scss 报错

This commit is contained in:
菲鸽 2024-01-30 20:53:47 +08:00
parent a883d015c7
commit 5309e2242c

View File

@ -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;