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
{{ message }}
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.
Is this actually the desired behavior? If I drop a .scss file that uses any sass syntax (like @mixin for example) into the _scss folder, grunt check errors out.
Am I misunderstanding the way this generator expects to be used?
The text was updated successfully, but these errors were encountered:
I was running in to this issue as well; thought briefly about moving the csslint to post-build but in the end I just removed that second line from the Gruntfile.
I removed CssLint altogether. I am only using sass in my project and compass will not create malformed css. I know not everyone would do that, so that's just me. Although, I think that one of the other tasks might double as a linter as well as things get crushed down for distribution. I could be wrong.
Inside the generated Gruntfile:
Is this actually the desired behavior? If I drop a
.scss
file that uses any sass syntax (like@mixin
for example) into the_scss
folder,grunt check
errors out.Am I misunderstanding the way this generator expects to be used?
The text was updated successfully, but these errors were encountered: