Skip to content

Commit

Permalink
Added missing !default modifier to variable $gl-colCount
Browse files Browse the repository at this point in the history
  • Loading branch information
marius7383 authored and devlint committed Feb 26, 2018
1 parent f640643 commit f8637af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gridlex-vars.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//************************
// VARIABLES
//************************
$gl-colCount: 12;
$gl-colCount: 12 !default;
$gl-gridName: grid !default;
$gl-colName: col !default;
$gl-attributeName: class !default;
Expand Down

0 comments on commit f8637af

Please sign in to comment.