Browse Source

fix: import error

cuiyalong 2 years ago
parent
commit
d819109ebd
2 changed files with 2 additions and 2 deletions
  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;
   -webkit-overflow-scrolling: touch;

+ 1 - 1
reset-pc.scss

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