-
-
Notifications
You must be signed in to change notification settings - Fork 399
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
Batch rendering mode #203
Comments
Following assumptions need to be validated:
|
Another possibility is a separate batch-renderer project + lazy option. Batch renderer will ensure all rules a rendered in one sheet, "lazy" option will ensure that rules are not parsed until they are used. |
When rendering only styles which are in use, the order of rules needs to be preserved by comparing the resulting rules with the original order. |
Closing this because we never got any request to support IE9. |
As IE9 has a limit of 31 style sheets per document (style and link and @imports alltogether), we might want to implement an optional rendering strategy.
See Khan/aphrodite#45
An API that would be possible, inspired by apphrodite.
The text was updated successfully, but these errors were encountered: