Closed pdenissen closed 5 years ago
gulp sasslint --theme your_theme_name
should do the trick for SASS linting.
But there is no way to separate your theme from imported parent styles on CSS lint level, because it works on compiled CSS.
@Igloczek Thanks, that works for me.
Hi there,
How can I run the SASS and CSS listing on my custom theme in
app/design/frontend
only. I want to ignore the parent theme invendor
.I'm trying this in the sasslint config:
Is it even possible? Thanks!