I am using compiled bootstrap files using bootstrap-cdn. Now, I want to locally extend it using LESS. Is that possible?
something like this <head> <link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.0/css/bootstrap-combined.min.css" rel="stylesheet"> <link href="./css/extend.less" rel="stylesheet/less" type="text/css"> <script src="./js/less-1.3.3.min.js" type="text/javascript"></script> </head> extend.less is where I have my customized css I tried to use it .. but its not working! -- You received this message because you are subscribed to the Google Groups "twitter-bootstrap" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
