I have so far set up multiple .less files and when I save them these are compiled to .css files. When I publish all the css are brought together in a bundle.
But now I would like to start using a mixins file. How can I integrate this and make it available to all the .less files? Is this possible with Web Essentials and ASP MVC4 ? Most importantly I want to be sure all the bundling and mimification will still work.
Put your mixins in a separate file and reference it using @import