Talking Html
Eps 31: SASS MixIn – Talking HTML
- Author: Vários
- Narrator: Vários
- Publisher: Podcast
- Duration: 0:22:42
- More information
Informações:
Synopsis
A mixin allows developers to create reusable CSS blocks. This helps avoiding writing repetitive code. Also allows to make quick changes without searching code for every instance. @mixin image-rotate { margin: 20px auto 0 auto; -moz-transition: all 0.8s ease-in-out; -webkit-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; -ms-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out; […] The post Eps 31: SASS MixIn – Talking HTML appeared first on Schaffen Creative.