This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
kevin
/
anissah
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
a177f6febc
Větve
Značky
master
anissah
/
user
/
plugins
/
problems
/
scss
/
mixins
/
_transition.scss
_transition.scss
84 B
Historie
Surový
1
2
3
4
// Component transition
@mixin control-transition() {
transition: all .2s ease;
}