Sha256: d88becf725964b94c85571aef6714c71363ab56a3464d3f74c48f710dc655f96

Contents?: true

Size: 405 Bytes

Versions: 43

Compression:

Stored size: 405 Bytes

Contents

/* Grid Helpers */

// Flexbox-helpers
.flexbox-row {
  display: flex;
  flex-direction: row;
}
.flexbox-column {
  display: flex;
  flex-direction: column;
}
.flexbox-between {
  display: flex;
  justify-content: space-between;
}

@include respond-to(phones) {
  .xs-flexbox-row {
    display: flex;
    flex-direction: row;
  }
  .xs-flexbox-column {
    display: flex;
    flex-direction: column;
  }
}

Version data entries

43 entries across 43 versions & 1 rubygems

Version Path
egghead-styles-1.0.82 app/assets/stylesheets/globals/_grid-helpers.scss
egghead-styles-1.0.81 app/assets/stylesheets/globals/_grid-helpers.scss
egghead-styles-1.0.80 app/assets/stylesheets/globals/_grid-helpers.scss
egghead-styles-1.0.79 app/assets/stylesheets/globals/_grid-helpers.scss
egghead-styles-1.0.78 app/assets/stylesheets/globals/_grid-helpers.scss
egghead-styles-1.0.77 app/assets/stylesheets/globals/_grid-helpers.scss
egghead-styles-1.0.76 app/assets/stylesheets/globals/_grid-helpers.scss
egghead-styles-1.0.75 app/assets/stylesheets/globals/_grid-helpers.scss
egghead-styles-1.0.74 app/assets/stylesheets/globals/_grid-helpers.scss
egghead-styles-1.0.73 app/assets/stylesheets/globals/_grid-helpers.scss
egghead-styles-1.0.72 app/assets/stylesheets/globals/_grid-helpers.scss
egghead-styles-1.0.71 app/assets/stylesheets/globals/_grid-helpers.scss
egghead-styles-1.0.70 app/assets/stylesheets/globals/_grid-helpers.scss
egghead-styles-1.0.65 app/assets/stylesheets/globals/_grid-helpers.scss
egghead-styles-1.0.64 app/assets/stylesheets/globals/_grid-helpers.scss
egghead-styles-1.0.63 app/assets/stylesheets/globals/_grid-helpers.scss
egghead-styles-1.0.55 app/assets/stylesheets/globals/_grid-helpers.scss
egghead-styles-1.0.54 app/assets/stylesheets/globals/_grid-helpers.scss
egghead-styles-1.0.53 app/assets/stylesheets/globals/_grid-helpers.scss
egghead-styles-1.0.52 app/assets/stylesheets/globals/_grid-helpers.scss