Add global transition text and block elements

This commit is contained in:
Michael Rose 2013-09-07 09:41:07 -04:00
parent 237eb8f8ba
commit faf8239cf0

View file

@ -38,4 +38,9 @@
li {
list-style-type: none;
}
}
/* Global Transition ==================================== */
b, i, strong, em, blockquote, p, q, span, figure, img, h1, h2, header, input, a {
.transition(all .2s ease);
}