Files
textual/sandbox/darren/color_animate.css

9 lines
128 B
CSS

* {
transition: color 300ms linear, background 300ms linear;
}
#another-box {
background: $boost;
padding: 1 2;
}