Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit e6cc617

Browse files
author
Markus Falk
committed
[Feature] change arguments and defaults to px units refs #1
1 parent 0cd8a98 commit e6cc617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_grid-layout.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@mixin grid-layout ($columns: 24, $sitewidth: 960, $margin: 20) {
1+
@mixin grid-layout ($columns: 24, $sitewidth: 960px, $margin: 20px) {
22

33
$col-margin: percentage($margin/$sitewidth);
44

0 commit comments

Comments
 (0)