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
Based on inspiration from @mikesherov - https://twitter.com/theKashey/status/1403516526955679748
right now there are two modes:
block
stream
Fold
Folds
The text was updated successfully, but these errors were encountered:
theKashey
No branches or pull requests
Based on inspiration from @mikesherov - https://twitter.com/theKashey/status/1403516526955679748
right now there are two modes:
block
mode, when styles are extracted from the whole HTMLstream
mode, when styles are extracted from every single rendering "chunk", which is basically unknownProposal
Fold
components, which will act as a "separator" between "block-extracted" stylesblock
mode styles will be separated into:Fold
Fold
stream
mode styles, as well as HTML will be accumulated between two siblingFolds
, providing better control on extraction if needed.The text was updated successfully, but these errors were encountered: