I'm using Visual Studio 2015 and I just installed Bundler & Minifier extension to minimize HTML, JS and CSS code.
When I ran my project I get a lot of errors.. here I'm showing some of them.
This is en example of my code:
@import url('https://fonts.googleapis.com/css?family=Roboto:300');
@charset "UTF-8";
This are the errors:
@import not allowed here.
@charset not allowed here.
(Bundler & Minifier) Expected expression, found '}'
Do you have any idea to solve this issue?