use js import

This commit is contained in:
yiminghe 2016-05-26 20:42:29 +08:00
parent 4938c25782
commit c02dfb48fc
2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,3 @@
@import (inline) "~normalize.css/normalize.css";
* {
box-sizing: border-box;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); // remove tap highlight color for mobile safari

View File

@ -1 +1,2 @@
import 'normalize.css/normalize.css';
import './index.less';