We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b124ee1 commit 5709df8Copy full SHA for 5709df8
card-pattern/_mixins.scss
@@ -29,7 +29,7 @@
29
30
$bp-row-space: $row-space;
31
@if (meta.type-of($row-space) == 'map') {
32
- $bp-row-space: map.get($row-space, $breakpoint),
+ $bp-row-space: map.get($row-space, $breakpoint)
33
}
34
35
@if $breakpoint == 'base' {
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@evanshunt/derekstrap",
3
- "version": "0.3.2",
+ "version": "0.3.3",
4
"description": "A base layout and styles library by Evans Hunt",
5
"main": "dist/main.js",
6
"sass": "_index.scss",
0 commit comments