Commit bcceb545 authored by Pan's avatar Pan

fix postcss bug

parent c51c7fec
......@@ -9,4 +9,8 @@ export default {
name: 'app'
}
</script>
<style lang="scss">
@import './styles/index.scss'; // 全局自定义的css样式
</style>
......@@ -8,7 +8,6 @@ import ElementUI from 'element-ui'
import 'element-ui/lib/theme-default/index.css'
import NProgress from 'nprogress'
import 'normalize.css/normalize.css'
import '@/styles/index.scss' // 全局自定义的css样式
import '@/assets/iconfont/iconfont'
import IconSvg from '@/components/Icon-svg/index.vue'
......
@import './element-ui.scss';
@import "./mixin.scss";
@import './mixin.scss';
body {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment