Sha256: ee5ff66b50b1ea60833ff908343e5d0fa19ba77276f1772604992d28c40271bf

Contents?: true

Size: 876 Bytes

Versions: 2

Compression:

Stored size: 876 Bytes

Contents

@each $direction in top, right, bottom, left
  +mobile
    .is-tooltip-#{$direction}-mobile
      @include direction(#{$direction})
  +tablet
    .is-tooltip-#{$direction}-tablet
      @include direction(#{$direction})
  +tablet-only
    .is-tooltip-#{$direction}-tablet-only
      @include direction(#{$direction})
  +touch
    .is-tooltip-#{$direction}-touch
      @include direction(#{$direction})
  +desktop
    .is-tooltip-#{$direction}-desktop
      @include direction(#{$direction})
  +desktop-only
    .is-tooltip-#{$direction}-desktop-only
      @include direction(#{$direction})
  +widescreen
    .is-tooltip-#{$direction}-widescreen
      @include direction(#{$direction})
  +widescreen-only
    .is-tooltip-#{$direction}-widescreen-only
      @include direction(#{$direction})
  +fullhd
    .is-tooltip-#{$direction}-fullhd
      @include direction(#{$direction})

Version data entries

2 entries across 1 versions & 1 rubygems

Version Path
diproart-bulma-rails-0.7.1 vendor/assets/stylesheets/bulma-extensions/bulma-tooltip/dist/css/_dispatcher.sass
diproart-bulma-rails-0.7.1 vendor/assets/stylesheets/bulma-extensions/bulma-tooltip/src/sass/_dispatcher.sass