diff --git a/package.json b/package.json index bd8e864..09c709a 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,6 @@ }, "browserslist": [ "> 1%", - "last 2 versions", - "not ie <= 8" + "last 2 versions" ] } diff --git a/.postcssrc.js b/postcss.config.js similarity index 100% rename from .postcssrc.js rename to postcss.config.js diff --git a/src/components/SvgIcon/index.vue b/src/components/SvgIcon/index.vue index 27da76c..b07ded2 100644 --- a/src/components/SvgIcon/index.vue +++ b/src/components/SvgIcon/index.vue @@ -1,10 +1,14 @@