Files
flask-formula10/static/style/bootstrap.scss

6 lines
146 B
SCSS

// Disable Bootstrap Grid and use CSS Grid instead
$enable-grid-classes: false;
$enable-cssgrid: true;
@import "../../bootstrap/scss/bootstrap";