DiscoverTalking HTMLEps 31: SASS MixIn – Talking HTML
Eps 31: SASS MixIn – Talking HTML

Eps 31: SASS MixIn – Talking HTML

Update: 2017-03-06
Share

Description

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.

Comments 
00:00
00:00
x

0.5x

0.8x

1.0x

1.25x

1.5x

2.0x

3.0x

Sleep Timer

Off

End of Episode

5 Minutes

10 Minutes

15 Minutes

30 Minutes

45 Minutes

60 Minutes

120 Minutes

Eps 31: SASS MixIn – Talking HTML

Eps 31: SASS MixIn – Talking HTML