Take the following less file, call it style.less:
/*------------------------------------*\
#IMPORT
\*------------------------------------*/
/**
* CSS files
*/
@import (css) "../css/bootstrap.css";
Look at the generated style.css then I see bootstrap css file at the top, followed by the comments.
How do I fix it?