This commit is contained in:
Jeremy Thomas
2017-08-14 23:52:28 +01:00
parent 2aba5a3f84
commit 3985fff747
13 changed files with 2386 additions and 786 deletions

View File

@@ -287,15 +287,13 @@ $column-gap: 0.75rem !default
margin-bottom: (-$column-gap)
&:not(:last-child)
margin-bottom: calc(1.5rem - #{$column-gap})
// .columns
// margin-top: 1.5rem
// Modifiers
&.is-centered
justify-content: center
&.is-gapless
margin-bottom: 0
margin-left: 0
margin-right: 0
margin-top: 0
& > .column
margin: 0
padding: 0 !important
@@ -325,6 +323,6 @@ $column-gap: 0.75rem !default
.column
padding-left: var(--columnGap)
padding-right: var(--columnGap)
@for $i from 0 through 12
@for $i from 0 through 8
&.is-#{$i}
--columnGap: $i * 0.25rem