© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Grey Davis
Frontend and other stuff
If you're using less you can just do a @import "common.less"; into any other less file and it would just work
less
@import "common.less";
VignesH KumaR
Senior FrontEnd Dev @ Freshworks Inc.,
@greedee: Thanks. I am doing exactly the same. But all the contents of the common.less file is getting copied in all the files in which I use it, which is an unwanted duplication. Is there a way to configure Webpack properly to solve this.,?