[Improvement] stylelint (#1280)
This commit is contained in:
@@ -4,5 +4,6 @@ module.exports = (fontName, ttf) => {
|
||||
font-weight: normal;
|
||||
font-family: '${fontName}';
|
||||
src: url('../icon/${ttf}') format('truetype');
|
||||
}`;
|
||||
}
|
||||
`;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user