CSS-Redundancy when using LESS and its @import
问题 I really like the idea and the concept of LESS. Yet I stumbled upon a bug, which i reported quite a while ago to the author but did not yet get any feedback. Maybe it's just me who is doing something wrong. My application.less -File that looks similar to this: @import "reset"; @import "config"; @import "header"; @import "forms"; […] I like that it is possible to use the @import rule to split up my files to gain a better overview of my css-declarations. Yet every imported file needs to re