Open oskarkrawczyk opened 1 month ago
I don't know how to configure stylelint. It's probably possible to use any postcss-compatible syntax via plugins, so try its documentation and add the necessary code in the main index.js, then build it. Although I suppose you'd have to patch and shim the plugin the same way we patch stylelint. We're not doing it, because we expect the resultant bundle to be too big to justify including it with the extension that is primarily used for applying styles, not to author them.
First of all thank you for this bundle, I've been using an ancient version of Stylelint inside of @jsfiddle for many years, then found you have this great bundle already ready as nearly a drop&replace solution (we released JSFiddle 3 a week ago so I'm updating the remaining bits, including the linters).
I say nearly because I'm thinking if you think it would be possible to use SCSS/SASS as the custom syntax or would it be impossible in your opinion?