We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[{enums}?, ...bools]
NB! no control on repeat in string array
baseQ1 = ["mod1", "mod2"] baseQ2 = {mod1: true, mod2: true, mod3: "v1", mod4: "v2"} // next baseQ = [{mod3: "v1", mod4: "v2"}, "mod1", "mod2"]
The text was updated successfully, but these errors were encountered:
#42 Add nested in array support to BEM core
e3a98e6
askirmas
No branches or pull requests
NB! no control on repeat in string array
The text was updated successfully, but these errors were encountered: