Sha256: 7b43ee0d12c1f723c396fdfa89b1656bffe0f29acabefaf70411d871bd2bbe5d

Contents?: true

Size: 404 Bytes

Versions: 11

Compression:

Stored size: 404 Bytes

Contents

@use "../utilities/extends";
@use "../utilities/initial-variables" as iv;

.#{iv.$helpers-prefix}overlay,
.#{iv.$helpers-prefix}overlay {
  @extend %overlay;
}

.#{iv.$helpers-prefix}relative {
  position: relative !important;
}

$positions: absolute fixed relative static sticky;

@each $position in $positions {
  .#{iv.$helpers-prefix}position-#{$position} {
    position: $position !important;
  }
}

Version data entries

11 entries across 11 versions & 3 rubygems

Version Path
mere-blog-theme-1.0.1 node_modules/bulma/sass/helpers/position.scss
mere-blog-theme-1.0 node_modules/bulma/sass/helpers/position.scss
bulma-clean-theme-1.1.0 node_modules/bulma/sass/helpers/position.scss
bulma-clean-theme-1.0.4 node_modules/bulma/sass/helpers/position.scss
bulma-rails-1.0.2 app/assets/stylesheets/sass/helpers/position.scss
bulma-clean-theme-1.0.3 node_modules/bulma/sass/helpers/position.scss
bulma-rails-1.0.1 app/assets/stylesheets/sass/helpers/position.scss
bulma-clean-theme-1.0.0 node_modules/bulma/sass/helpers/position.scss
bulma-clean-theme-1.0.0.beta.2 node_modules/bulma/sass/helpers/position.scss
bulma-clean-theme-1.0.0.beta.1 node_modules/bulma/sass/helpers/position.scss
bulma-rails-1.0.0 app/assets/stylesheets/sass/helpers/position.scss