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

python - No exponential form of the z-axis in matplotlib-3D-plots -

php - Best Light server (Linux + Web server + Database) for Raspberry Pi -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -