-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removes
css_group()
from public API.
This actually isn't necessary because it's only use case was `prerender_resources(inline_styles = [...])`, but that has no valid external use case because `prerender_resources()` is intended for rendering non-HTML content (binary/text/JSON/... files). Users who want to render HTML, should be using `prerender_pages()` or `prerender_pages_unbundled()`, and not calling `prerender_resources()` directly. `prerender_resources_internal()` allows use of `inline_styles` but is only available internally in `rules_prerender`, and is *not* public API.
- Loading branch information
Showing
3 changed files
with
25 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters