autoprefixer

This commit is contained in:
Adam Bradley
2015-05-15 21:52:56 -05:00
parent 1c1840e119
commit 5152889a67
32 changed files with 141 additions and 440 deletions

View File

@@ -91,7 +91,7 @@ modal {
}
.modal-backdrop-bg {
@include transition(opacity 300ms ease-in-out);
transition: opacity 300ms ease-in-out;
background-color: $modal-backdrop-bg-active;
opacity: 0;
}