Try this :
@import "lib.css";
From the Official Documentation :
You can import both css and less files. Only less files import statements are processed, css file import statements are kept as they are. If you want to import a CSS file, and don’t want LESS to process it, just use the .css extension:
Source : http://lesscss.org/