I am trying to make my website load faster, therefore I have to remove css @ import. Tell me please where I am making a mistake
@import url(…/warp/css/menus.css);
<link rel=“stylesheet” href=“…/warp/css/menus.css” type=“text/css”> <–! why this is not working ?
This is Joomla 2.5 on warp framework.
Thank you