标签: less
我在一些我正在研究的LESS CSS中看到了以下代码:
font: ~"@{baseFontSize} / @{baseLineHeight} @{baseFontFamilies}";
~(代字号)做什么?
~