-
-
Notifications
You must be signed in to change notification settings - Fork 24
@use array format validation #68
Copy link
Copy link
Open
Labels
Help WantedResolution: Needs InvestigationThis PR or Issue should be investigated from the Stencil teamThis PR or Issue should be investigated from the Stencil team
Metadata
Metadata
Assignees
Labels
Help WantedResolution: Needs InvestigationThis PR or Issue should be investigated from the Stencil teamThis PR or Issue should be investigated from the Stencil team
Type
Fields
Give feedbackNo fields configured for issues without a type.
Within v2, when a format that's passed is not passed as a multidimensional array, either validate the array and fire back a warning/error, or transform the array to a multidimensional array with a "*"
e.g.
injectGlobalPaths: ["some-path/global.scss"]Either errors or transforms into:
injectGlobalPaths: [["some-path/global.scss", "*"]]