/ Published in: CSS

Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
.font-size(@fpx:13){ @fperc:(@fpx/13)*100; font-size: ~`@{fperc} + "%"`; }
Comments
