Closed zavierkolten closed 3 months ago
Documentation Is:
stylusOptions.include and stylusOptions.import seems like it should be an array, but the documentation states that it should be a string.
stylusOptions.include
stylusOptions.import
When I pass in a string, its behavior doesn’t seem to be as expected.
webpack config:
stylus loader breakpoint:
Change these two types to string[].
string[]
PR welcome
@alexander-akait PTAL
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[]
.