Ver código fonte

fix: import error

cuiyalong 2 anos atrás
pai
commit
d819109ebd
2 arquivos alterados com 2 adições e 2 exclusões
  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 {