In the bootstrap.css, I saw something like this:
@media screen, print {
[class*="iconic-"] {
which looks like LESS. What I'm confused is that browser only know css instead of LESS. Is it converted to css by the javascript codes of bootstrap?
bootstrap+LESS). I know LESS can be parsed and converted into by a server script. But as I understand,bootstrapis a client script. And I dont' know a client javascript script can convertLESStocssand then send to browser. – Firegun Jan 2 at 15:30