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
For example, if we set this:
{{ almanach_grid([ almanach_gridItem('Div Grid Item 1', { classGridItem: { sm: 75, lg: 50 } }), almanach_gridItem('Div Grid Item 2', { classGridItem: { sm: 25, lg: 50 } }) ]) }}
should render in bootstrap:
<div class="row"> <div class="col-sm-8 col-lg-6"></div> <div class="col-sm-4 col-lg-6"></div> </div>
The text was updated successfully, but these errors were encountered:
Beware the possibilty with sass to change the max number of columns on one line. It is indeed by default 12, but it can be changed.
Sorry, something went wrong.
No branches or pull requests
For example, if we set this:
should render in bootstrap:
The text was updated successfully, but these errors were encountered: