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
br-container
container
max-w-prose
The text was updated successfully, but these errors were encountered:
Found that document.documentElement.style.setProperty('--current-screen', 'calc(min(100%,65ch) + var(--container-padding) * 2 )') will set it correct.
document.documentElement.style.setProperty('--current-screen', 'calc(min(100%,65ch) + var(--container-padding) * 2 )')
I'll consider a good implementation - but the difficult part is that this can change on different pages depending on the container max width
Sorry, something went wrong.
No branches or pull requests
Steps to repro
max-w-prose
class on the same element that hascontainer
br-container
as a childThe text was updated successfully, but these errors were encountered: