orionrush
orionrush
@SharakPL Yes, your SO link is about [stylelint-prettier](https://github.com/prettier/stylelint-prettier), and those rules will help. However, I liked the workflow of this package (prettier-stylelint) because passing the document through prettier first and...
I found this nice lib through [Chris Ferdinandi's Twitter reply](https://twitter.com/chrisferdinandi/status/1232015217137213440) to you, but agree that trying to search for `test-it` yields a boatload of noise.
Have you made any updates lately to other plugins or themes? Im not terribly familier with this plugin, but typically to troubleshoot these kinds of things, you should enable [WP_DEBUG](https://codex.wordpress.org/WP_DEBUG)...
@xzyfer could this issue be reopened, if only so that that this can be used as a reference in discussions of a development roadmap? As things go, [1 October 2021](https://sass-lang.com/blog/the-module-system-is-launched#future-plans)...
@latobibor Are you referring to the [Dart Sass](https://sass-lang.com/dart-sass) implementation? While it works and supports the full Sass feature set, it has a few shortcomings including: - Dart via Node [is...
@latobibor that makes total sense, in the context of a project you control, for yourself or as a team decision. However, as someone interested in producing a sass toolset for...
Just to see if running stylelint as a postcss plugin would produce similar results, I found that the `.stylelintignore` is not honoured at all. Possibly related to [this](https://github.com/stylelint/stylelint/issues/2950#issuecomment-381090534). That issue...
just ran into this my self. Is the project open to pull requests?