Skip to content

Commit

Permalink
grid-gap patch
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiano-guerriero committed Dec 30, 2019
1 parent 923de9a commit 371f12a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion main/assets/css/base/_grid-layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ $grid-columns: 12 !default;
}
}

[class*="grid-gap"]:not[class*="grid-auto"] {
[class*="grid-gap"]:not([class*="grid-auto"]) {
margin-bottom: calc(-1 * var(--grid-gap, 1em));
margin-left: calc(-1 * var(--grid-gap, 1em));

Expand Down
2 changes: 1 addition & 1 deletion main/assets/css/style-fallback.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion main/assets/css/style.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codyhouse-framework",
"version": "2.3.1",
"version": "2.3.2",
"description": "A lightweight front-end framework for building accessible, bespoke interfaces.",
"main": "index.js",
"keywords": [
Expand Down

0 comments on commit 371f12a

Please sign in to comment.