Adding cols number variable for grid system

This commit is contained in:
ml-uni 2018-09-24 09:07:25 +02:00 committed by GitHub
parent 245992c566
commit 60dfa8a772
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,6 +79,9 @@ $hyphens: false !default;
// Spacing zone
// ------------
// Number of grid-columns
$cols: 12;
// Grid gutters (for .has-gutter-* classes)
$grid-gutters: (
'': 1rem,