Joshua Kiwiet-Pantaleoni

Results 3 comments of Joshua Kiwiet-Pantaleoni

@geminorum I suspect that this issue may be fixed with version 4.3.0 of `linter-stylelint`. Are you still having the same problem?

@Arcanemagus I think now that #381 is merged, this can be supported by adding these scopes to the baseScopes array: ``` source.css.embedded.html source.scss.embedded.html source.css.scss.embedded.html source.less.embedded.html source.css.less.embedded.html source.css.postcss.embedded.html source.css.postcss.sugarss.embedded.html ```

@edahlseng Yes, it looks like styled components could possibly be supported by adding the `source.inside-js.css.styled` scope. #322 appears to be trying to solve that. I think one way this could...