node_modules/bulma/sass/base/helpers.sass in bulma-clean-theme-0.5.1 vs node_modules/bulma/sass/base/helpers.sass in bulma-clean-theme-0.5.2

- old
+ new

@@ -113,10 +113,12 @@ .has-text-weight-light font-weight: $weight-light !important .has-text-weight-normal font-weight: $weight-normal !important +.has-text-weight-medium + font-weight: $weight-medium !important .has-text-weight-semibold font-weight: $weight-semibold !important .has-text-weight-bold font-weight: $weight-bold !important @@ -272,5 +274,8 @@ .is-shadowless box-shadow: none !important .is-unselectable @extend %unselectable + +.is-relative + position: relative !important