Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@use array format validation #68

Open
splitinfinities opened this issue Oct 11, 2021 · 0 comments
Open

@use array format validation #68

splitinfinities opened this issue Oct 11, 2021 · 0 comments
Labels
Resolution: Needs Investigation This PR or Issue should be investigated from the Stencil team

Comments

@splitinfinities
Copy link
Contributor

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", "*"]]

@splitinfinities splitinfinities self-assigned this Oct 11, 2021
@rwaskiewicz rwaskiewicz added Resolution: Needs Investigation This PR or Issue should be investigated from the Stencil team and removed v2 labels Jul 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution: Needs Investigation This PR or Issue should be investigated from the Stencil team
Projects
None yet
Development

No branches or pull requests

2 participants