1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-24 14:13:06 +02:00

nuke vendor prefixes

This commit is contained in:
Mark Otto
2016-01-03 18:10:22 -08:00
parent 7a00b13b07
commit 84cd41956f

View File

@@ -10,8 +10,6 @@
*:hover > .anchorjs-link { *:hover > .anchorjs-link {
opacity: .75; opacity: .75;
-webkit-transition: color .16s linear;
-o-transition: color .16s linear;
transition: color .16s linear; transition: color .16s linear;
} }