Is there a way to @import a LESS stylesheet, based on URL? -


in main less stylesheet @import less files, import helper file indicates things breakpoints, etcout ...

//@import url(reset.less); @import url(variables.less); @import url(mixins.less); @import url(base.less); ... etc ... @import url(mediaqueries.less); //@import url(indicator.less); 

... note last @import.

is there way import last file when base url of local, don't have keep commenting out import rule before compiling?


Comments

Popular posts from this blog

java - HTTP Status 500 - An exception occurred processing JSP page /second.jsp at line 15 -

php - Using str_replace to translate a MySQL Table in html -

SQL Server - MyCTE query based on 24 hour period (next day) -