Closed
Description
I couldn't get it to work with the Stylus even though I installed it as documented, even the renderer options for the Stylus are documented. After some time, while going through the issues, I realized that the default value of the customMatcher option (which is "\\.module\\.(c|le|sa|sc)ss$"
) leaves out the Stylus files 😥
Shouldn't the Stylus files be added by default? Something like this: "\\.module\\.((c|le|sa|sc)ss|styl)$"