mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
Drop: all vendor prefix mixins because autoprefixer
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
.fade {
|
||||
opacity: 0;
|
||||
.transition(opacity .15s linear);
|
||||
transition: opacity .15s linear;
|
||||
&.in {
|
||||
opacity: 1;
|
||||
}
|
||||
@@ -27,5 +27,5 @@
|
||||
position: relative;
|
||||
height: 0;
|
||||
overflow: hidden;
|
||||
.transition(height .35s ease);
|
||||
transition: height .35s ease;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user