Sha256: e8742935963be414ff215bdcbb5cdaed6d8724661d570f7beb7172c9b01c316c

Contents?: true

Size: 215 Bytes

Versions: 11

Compression:

Stored size: 215 Bytes

Contents

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

@each $pair in iv.$aspect-ratios {
  $w: nth($pair, 1);
  $h: nth($pair, 2);

  .#{iv.$helpers-prefix}aspect-ratio-#{$w}by#{$h} {
    aspect-ratio: #{$w} / #{$h};
  }
}

Version data entries

11 entries across 11 versions & 3 rubygems

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