app/assets/stylesheets/sass/elements/container.sass in bulma-sass-0.6.2 vs app/assets/stylesheets/sass/elements/container.sass in bulma-sass-0.7.1

- old
+ new

@@ -1,25 +1,25 @@ .container margin: 0 auto position: relative - +from($desktop) + +desktop max-width: $desktop - (2 * $gap) width: $desktop - (2 * $gap) &.is-fluid margin-left: $gap margin-right: $gap max-width: none width: auto - +until($widescreen) + +until-widescreen &.is-widescreen max-width: $widescreen - (2 * $gap) width: auto - +until($fullhd) + +until-fullhd &.is-fullhd max-width: $fullhd - (2 * $gap) width: auto - +from($widescreen) + +widescreen max-width: $widescreen - (2 * $gap) width: $widescreen - (2 * $gap) - +from($fullhd) + +fullhd max-width: $fullhd - (2 * $gap) - width: $fullhd - (2 * $gap) \ No newline at end of file + width: $fullhd - (2 * $gap)