app/assets/stylesheets/sass/utilities/initial-variables.sass in bulma-sass-0.6.2 vs app/assets/stylesheets/sass/utilities/initial-variables.sass in bulma-sass-0.7.1
- old
+ new
@@ -44,25 +44,27 @@
$weight-bold: 700 !default
// Responsiveness
// The container horizontal gap, which acts as the offset for breakpoints
-$gap: 32px !default
+$gap: 64px !default
// 960, 1152, and 1344 have been chosen because they are divisible by both 12 and 16
$tablet: 769px !default
// 960px container + 4rem
$desktop: 960px + (2 * $gap) !default
// 1152px container + 4rem
$widescreen: 1152px + (2 * $gap) !default
+$widescreen-enabled: true !default
// 1344px container + 4rem
$fullhd: 1344px + (2 * $gap) !default
+$fullhd-enabled: true !default
// Miscellaneous
$easing: ease-out !default
$radius-small: 2px !default
-$radius: 3px !default
-$radius-large: 5px !default
+$radius: 4px !default
+$radius-large: 6px !default
$radius-rounded: 290486px !default
$speed: 86ms !default
// Flags