chore: release @vant/icons 1.2.1

This commit is contained in:
陈嘉涵
2020-01-19 14:30:36 +08:00
parent 2f77acfc6c
commit 9bf77aa896
5 changed files with 1312 additions and 105 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
}
}
<% _.each(glyphs, function(glyph) { %>.van-icon-<%= glyph.fileName %>:before {
<% _.each(glyphs, function(glyph) { %>.van-icon-<%= glyph.fileName %>::before {
content: "\<%= glyph.codePoint %>";
}