Prepend CSS class to @import with Less -


i'm trying prepend css class of imported css using less, can't apply comma separated selectors.

this less i'm using:

style.less

.mystyle {     @import "imported.less"; } 

imported.less

.stylea {} .styleb {} .stylec, .styled {} 

the output

.mystyle .stylea {} .mystyle .styleb {} .mystyle .stylec, .styled {} 

desired output

.mystyle .stylea {} .mystyle .styleb {} .mystyle .stylec, .mystyle .styled {} 

what missing?


Comments

Popular posts from this blog

Capture and play voice with Asterisk ARI -

java - Why database contraints in HSQLDB are only checked during a commit when using transactions in Hibernate? -

visual studio - Installing Packages through Nuget - "Central Directory corrupt" -