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
@rodneyrehm ,How do you use viewport-units-buggyfill in the pseudo-element? eg: sometimes, I use pseudo-element to make ICONS.
Input CSS
.icon-book::before { content: 'book'; width: 2vw; height: 2vw; }
Output CSS
.icon-book::before { content: 'viewport-units-buggyfill; width: 2vw;height: 2vw;` }
The text was updated successfully, but these errors were encountered:
Unfortunately that's not possible. The one time I needed to do something similar I added a wrapper element to to work around the issue.
Sorry, something went wrong.
Thx @rodneyrehm .
No branches or pull requests
@rodneyrehm ,How do you use viewport-units-buggyfill in the pseudo-element? eg: sometimes, I use pseudo-element to make ICONS.
Input CSS
Output CSS
The text was updated successfully, but these errors were encountered: