Sha256: f603c45ada59427ec3e46b213e50471ac96367d11d9090372ee3d98b3ad0423b

Contents?: true

Size: 709 Bytes

Versions: 2

Compression:

Stored size: 709 Bytes

Contents

// Alignment

.is-centered
  text-align: center

.is-left
  text-align: left

.is-right
  text-align: right

// Display

.is-block
  display: block

.is-inline
  display: inline

.is-flex
  display: flex

// Pull

.is-clearfix
  +clearfix

.is-pulled-left
  float: left

.is-pulled-right
  float: right

// Size

.is-fullwidth
  width: 100%

// Visibility

.is-hidden-mobile
  +mobile
    display: none !important

.is-hidden-tablet
  +tablet
    display: none !important

.is-hidden-touch
  +touch
    display: none !important

.is-hidden-desktop
  +desktop
    display: none !important

// Other

.is-disabled
  pointer-events: none

.is-marginless
  margin: 0 !important

.is-unselectable
  +unselectable

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bulma-rails-0.0.12 app/assets/stylesheets/bulma/base/helpers.sass
bulma-rails-0.0.11 app/assets/stylesheets/bulma/base/helpers.sass