Skip to content

Commit ab16e06

Browse files
author
Ivan Demidov
committed
Fixed #67, add enhancement space-reset
1 parent c3b2ef3 commit ab16e06

5 files changed

Lines changed: 5 additions & 2 deletions

File tree

dist/css/slims.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
.sl-space-sm { margin-bottom: 10px; }
1010
.sl-space-md { margin-bottom: 20px; }
1111
.sl-space-lg { margin-bottom: 40px; }
12+
.sl-space-reset { margin-bottom: 0 !important; }
1213
[class*="sl-col"],
1314
[class*="sl-row"] { box-sizing: border-box; }
1415
.sl-container-row:after,

dist/css/slims.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/dist/css/slims.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
.sl-space-sm { margin-bottom: 10px; }
1010
.sl-space-md { margin-bottom: 20px; }
1111
.sl-space-lg { margin-bottom: 40px; }
12+
.sl-space-reset { margin-bottom: 0 !important; }
1213
[class*="sl-col"],
1314
[class*="sl-row"] { box-sizing: border-box; }
1415
.sl-container-row:after,

0 commit comments

Comments
 (0)