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
//TODO: Currently we only try to get dynamic stylesheet when it is an empty style element 这里为什么需要是空标签的时候才处理呢,如果是空标签的话,这里还有处理的必要吗 @Yuyz0112
The text was updated successfully, but these errors were encountered:
因为有 CSSStyleSheet.insertRule 这样的 DOM API 可以动态插入样式,很多 CSS in JS 工具使用了这个方式。
CSSStyleSheet.insertRule
Sorry, something went wrong.
No branches or pull requests
//TODO: Currently we only try to get dynamic stylesheet when it is an empty style element
这里为什么需要是空标签的时候才处理呢,如果是空标签的话,这里还有处理的必要吗 @Yuyz0112
The text was updated successfully, but these errors were encountered: