fix postcss bug

This commit is contained in:
Pan
2017-06-30 11:31:21 +08:00
parent 00e06fe44e
commit 3466b9feb2
5 changed files with 67 additions and 57 deletions

View File

@@ -1,6 +1,6 @@
@import './btn.scss';
@import './element-ui.scss';
@import "./mixin.scss";
@import './mixin.scss';
body {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
@@ -108,7 +108,6 @@ code {
margin-top: 30px;
}
.editor-container .CodeMirror {
height: 100%!important;
}