Sha256: 0ea53839c753dc90e5f4a61bfc5826c4dc38326787426d5be5c42a769f2c0d8e
Contents?: true
Size: 886 Bytes
Versions: 94
Compression:
Stored size: 886 Bytes
Contents
@import "../utilities/mixins" $container-offset: (2 * $gap) !default $container-max-width: $fullhd !default .container flex-grow: 1 margin: 0 auto position: relative width: auto &.is-fluid max-width: none !important padding-left: $gap padding-right: $gap width: 100% +desktop max-width: $desktop - $container-offset +until-widescreen &.is-widescreen:not(.is-max-desktop) max-width: min($widescreen, $container-max-width) - $container-offset +until-fullhd &.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen) max-width: min($fullhd, $container-max-width) - $container-offset +widescreen &:not(.is-max-desktop) max-width: min($widescreen, $container-max-width) - $container-offset +fullhd &:not(.is-max-desktop):not(.is-max-widescreen) max-width: min($fullhd, $container-max-width) - $container-offset
Version data entries
94 entries across 94 versions & 11 rubygems