Shouldn’t the type hints for stylusOptions.include
and stylusOptions.import
be changed to string[]
?
#420
Closed
1 of 4 tasks
Documentation Is:
Please Explain in Detail...
stylusOptions.include
andstylusOptions.import
seems like it should be an array, but the documentation states that it should be a string.When I pass in a string, its behavior doesn’t seem to be as expected.
webpack config:
stylus loader breakpoint:
Your Proposal for Changes
Change these two types to
string[]
.The text was updated successfully, but these errors were encountered: