Skip to content

Commit

Permalink
🐛 (mixin) removes typo from card pattern code
Browse files Browse the repository at this point in the history
  • Loading branch information
davejtoews committed Jan 27, 2021
1 parent dde72a4 commit b124ee1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion card-pattern/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

$bp-row-space: $row-space;
@if (meta.type-of($row-space) == 'map') {
$bp-row-space: map.get($row-space, $breakpoint)$child-selector,
$bp-row-space: map.get($row-space, $breakpoint),
}

@if $breakpoint == 'base' {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@evanshunt/derekstrap",
"version": "0.3.1",
"version": "0.3.2",
"description": "A base layout and styles library by Evans Hunt",
"main": "dist/main.js",
"sass": "_index.scss",
Expand Down

0 comments on commit b124ee1

Please sign in to comment.