[breaking change] rebuild style struct (#2021)

This commit is contained in:
neverland
2018-11-03 21:08:06 +08:00
committed by GitHub
parent a5576762d8
commit 11ce2a602f
165 changed files with 1371 additions and 4729 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ module.exports = (fontName, ttf) => {
font-style: normal;
font-weight: normal;
font-family: '${fontName}';
src: url('../icon/${ttf}') format('truetype');
src: url('./${ttf}') format('truetype');
}
`;
};
@@ -1,4 +1,4 @@
@import './common/var.css';
@import '../style/var';
@font-face {
font-style: normal;