Skip to content

Commit 5709df8

Browse files
committed
🐛 (mixin) fixing the bug I tried to fix last time
1 parent b124ee1 commit 5709df8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

card-pattern/_mixins.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
$bp-row-space: $row-space;
3131
@if (meta.type-of($row-space) == 'map') {
32-
$bp-row-space: map.get($row-space, $breakpoint),
32+
$bp-row-space: map.get($row-space, $breakpoint)
3333
}
3434

3535
@if $breakpoint == 'base' {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@evanshunt/derekstrap",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"description": "A base layout and styles library by Evans Hunt",
55
"main": "dist/main.js",
66
"sass": "_index.scss",

0 commit comments

Comments
 (0)