Skip to content

Commit

Permalink
Fix the gutter variable not being used
Browse files Browse the repository at this point in the history
  • Loading branch information
BelleNottelling committed Jan 30, 2024
1 parent 377215f commit bb27c71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Simple Grid+

Lightweight and responsive CSS grid & utility components for easier front-end development. Optionally includes typography as well.
Lightweight (~2KB uncompressed) and responsive CSS grid & utility components for easier front-end development. Optionally includes typography as well.

Based on [Simple Grid](https://github.com/zachacole/Simple-Grid) originally created by Zach Cole.

Expand Down
2 changes: 1 addition & 1 deletion src/_grid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

.row [class^="col-"] {
float: left;
margin: 0.5rem 2%;
margin: 0.5rem math.div($gutter, 2);
min-height: 0.125rem;
}

Expand Down

0 comments on commit bb27c71

Please sign in to comment.