Sha256: faa44908a64fe5f710c967ef22a5ae681c4e58d99d74b5236ed391850d8748e8

Contents?: true

Size: 798 Bytes

Versions: 2

Compression:

Stored size: 798 Bytes

Contents

@import "sass-zero/variables";
@import "sass-zero/mixins";

.u-full-width {
  width: 100%;
}

.u-unscrollable {
  overflow: hidden;
}

.u-display-i {
  display: inline;
}

.u-display-b {
  display: block;
}

.u-display-ib {
  display: inline-block;
}

.u-display-n {
  display: none !important;
}

.u-centered {
  margin-right: auto;
  margin-left: auto;
}

.u-float-l {
  float: left;
}

.u-float-r {
  float: right;
}

.u-float-n {
  float: none;
}

.u-float-clear {
  clear: both;
}

.u-float-clear-l {
  clear: left;
}

.u-float-clear-r {
  clear: right;
}

@media (max-width: $breakpoint-md - 1) {
  .u-hide\@small {
    display: none;
  }
}

@media (min-width: $breakpoint-md) {
  .u-hide\@medium {
    display: none;
  }
}

@media print {
  .u-no-print {
    display: none !important;
  }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sass-zero-0.0.31 app/assets/stylesheets/sass-zero/utilities/layout.scss
sass-zero-0.0.30 app/assets/stylesheets/sass-zero/utilities/layout.scss