Sha256: 143f8fb97f09f1bfae9174c282856fc6386444ec59d58e2666dfbb24776625f3

Contents?: true

Size: 255 Bytes

Versions: 1

Compression:

Stored size: 255 Bytes

Contents

// Mixins
// Background Cover Mixin
@mixin background-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

// Font Mixins
@mixin body-font {
  font-family: 'Source Sans Pro';
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
startbootstrap-stylish-portfolio-jekyll-0.1.0 assets/scss/_mixins.scss