Browse Source

暂时屏蔽运行时sass警告

pixel 3 years ago
parent
commit
a8b5c615ee
1 changed files with 8 additions and 8 deletions
  1. 8 8
      web/src/style/element_visiable.scss

+ 8 - 8
web/src/style/element_visiable.scss

@@ -1,15 +1,15 @@
 /* 改变主题色变量 */
 $--color-primary: #1890ff;
 
-/* 改变 icon 字体路径变量,必需 */
-$--font-path: '~element-ui/lib/theme-chalk/fonts';
-
-
-
-@import "~element-ui/packages/theme-chalk/src/index";
-
+///* 改变 icon 字体路径变量,必需 */
+//$--font-path: '~element-ui/lib/theme-chalk/fonts';
+//
+//
+//
+//@import "~element-ui/packages/theme-chalk/src/index";
+//
 
 
 :export {
   colorPrimary: $--color-primary
-}
+}