Grid » Grid Controls Choose CSS Grid or floatsLink
Since: 4.0.0 New IssueWhether or not to enable CSS grid sitewide for your theme.
This is not recommended if you need to use push/pull
classes, as these are not natively supported.
You may, however, write your own custom grid styles
to mimic what push and pull used to do.
You may also choose to use the css-grid-base
mixin to enable CSS
grid in specific places throughout the site, and write your own
custom styles.
Examples
Enable CSS Grid as the grid base sitewide.
$enable-css-grid: true;
grid/_grid-variables.scss, line 5
View Source