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
Instead of setting a whole size and a number of elements, I would like to be able to set the size of one single element, and repeat it.
It would be perfect at least for lines where there are probably less variations than for columns.
For example, I would like to set that each line height is calc(.9rem + 2vw), and have line marks on the whole page.
calc(.9rem + 2vw)
By the way, are line marks (red lines here) the gutter, or border of the elements?
The text was updated successfully, but these errors were encountered:
This is certainly doable, suggestion and expectation on the UI/UX is welcome.
Sorry, something went wrong.
No branches or pull requests
Instead of setting a whole size and a number of elements, I would like to be able to set the size of one single element, and repeat it.
It would be perfect at least for lines where there are probably less variations than for columns.
For example, I would like to set that each line height is
calc(.9rem + 2vw)
, and have line marks on the whole page.By the way, are line marks (red lines here) the gutter, or border of the elements?
The text was updated successfully, but these errors were encountered: