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
When using vcssom addon, the unitless addon has no effect.
vcssom
unitless
The text was updated successfully, but these errors were encountered:
Yeah, currently cssom and vcssom addons are completely separate. But, I guess, it does make sense to integrate them with the rest of the addons.
cssom
This line should be changed to something like:
const declarations = renderer.decl(property, newDecl[property]).split(';'); for (var i = 0; i < declarations.length; i++) { var parts = declarations[i].split(':'); style.setProperty(parts[0], parts[1]); }
Sorry, something went wrong.
No branches or pull requests
When using
vcssom
addon, theunitless
addon has no effect.The text was updated successfully, but these errors were encountered: