Can't avoid css @ import on Joomla

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

<link rel=“stylesheet” href=“templates/bd_beauty/warp/css/menus.css” type=“text/css”> to /templates/bd_beauty/layouts/template.php that worked well.