initial-variables.sass (bulma-0.9.3) | : | initial-variables.sass (bulma-0.9.4) | ||
---|---|---|---|---|
skipping to change at line 65 | skipping to change at line 65 | |||
// 960, 1152, and 1344 have been chosen because they are divisible by both 12 an d 16 | // 960, 1152, and 1344 have been chosen because they are divisible by both 12 an d 16 | |||
$tablet: 769px !default | $tablet: 769px !default | |||
// 960px container + 4rem | // 960px container + 4rem | |||
$desktop: 960px + (2 * $gap) !default | $desktop: 960px + (2 * $gap) !default | |||
// 1152px container + 4rem | // 1152px container + 4rem | |||
$widescreen: 1152px + (2 * $gap) !default | $widescreen: 1152px + (2 * $gap) !default | |||
$widescreen-enabled: true !default | $widescreen-enabled: true !default | |||
// 1344px container + 4rem | // 1344px container + 4rem | |||
$fullhd: 1344px + (2 * $gap) !default | $fullhd: 1344px + (2 * $gap) !default | |||
$fullhd-enabled: true !default | $fullhd-enabled: true !default | |||
$breakpoints: ("mobile": ("until": $tablet), "tablet": ("from": $tablet), "table t-only": ("from": $tablet, "until": $desktop), "touch": ("from": $desktop), "des ktop": ("from": $desktop), "desktop-only": ("from": $desktop, "until": $widescre en), "until-widescreen": ("until": $widescreen), "widescreen": ("from": $widescr een), "widescreen-only": ("from": $widescreen, "until": $fullhd), "until-fullhd" : ("until": $fullhd), "fullhd": ("from": $fullhd)) !default | ||||
// Miscellaneous | // Miscellaneous | |||
$easing: ease-out !default | $easing: ease-out !default | |||
$radius-small: 2px !default | $radius-small: 2px !default | |||
$radius: 4px !default | $radius: 4px !default | |||
$radius-large: 6px !default | $radius-large: 6px !default | |||
$radius-rounded: 9999px !default | $radius-rounded: 9999px !default | |||
$speed: 86ms !default | $speed: 86ms !default | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added |