b0y-101 Mini Shell


Current Path : E:/www/b-group.old/business/application_manual/scss/
File Upload :
Current File : E:/www/b-group.old/business/application_manual/scss/_mixins.scss

// 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';
}

Copyright © 2019 by b0y-101