浏览代码

fix: import error

cuiyalong 2 年之前
父节点
当前提交
d819109ebd
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      reset-mobile.scss
  2. 1 1
      reset-pc.scss

+ 1 - 1
reset-mobile.scss

@@ -1,4 +1,4 @@
-@import './reset.css';
+@import './reset.scss';
 
 * {
   -webkit-overflow-scrolling: touch;

+ 1 - 1
reset-pc.scss

@@ -1,4 +1,4 @@
-@import './reset.css';
+@import './reset.scss';
 
 html,
 html body {