shelldandy / manila-mixins

A bunch of really cool Sass Mixins
https://shelldandy.github.io/manila-mixins/
MIT License
15 stars 0 forks source link

Add iETarget Mixin #2

Closed shelldandy closed 7 years ago

shelldandy commented 7 years ago
@mixin std-background {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}