Re: Changing comment character

2020-05-05 Thread Pete Whelpton
I think I see your problem now :) Within your /* */ comment block, you have a #{} block. Dart Sass will still try and perform interpolation on a #{} block within a /* */ comment block, but not on a line comment // https://sass-lang.com/documentation/syntax/comments You should only need to // com

Re: Changing comment character

2020-05-04 Thread Pete Whelpton
Hi! Sorry to hear you are having problems. When you say you are having errors, do you mean a) Netbeans highlights errors in the compiled CSS file b) the Dart Sass compiler throws errors or c) the compiled CSS is invalid? Can you provide examples of the errors? If a), then it is most likely beca

Changing comment character

2020-05-04 Thread letrollpoilu
Hi all, This is the first time I'm using this mailing list because I'm a bit desperate to find an answer to this question :) I posted in on Stack here: https://stackoverflow.com/questions/61527564/modify-comment-symbols-in-netbeans But you can still find below the question: I'm using Netbeans 11