You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a lot of partials in my project for numerous mixins - and these mixins contain multiline comments. Because of this, using @example to output the generated css for an individual mixin also displays these multiline comments from all of the other partials. Is there a way I can compile sass with the compressed output style so that these comments are not preserved?
I wasn't sure if this was an issue to do with sassdoc itself, but based on their describing of this issue here I suspect this may be something herman specific.
The text was updated successfully, but these errors were encountered:
I have a lot of partials in my project for numerous mixins - and these mixins contain multiline comments. Because of this, using
@example
to output the generated css for an individual mixin also displays these multiline comments from all of the other partials. Is there a way I can compile sass with thecompressed
output style so that these comments are not preserved?I wasn't sure if this was an issue to do with sassdoc itself, but based on their describing of this issue here I suspect this may be something herman specific.
The text was updated successfully, but these errors were encountered: