1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

Use mixin instead of whole code

This commit is contained in:
Zlatan Vasović 2013-12-01 09:18:27 +01:00
parent 0d81c4e339
commit ed29a99df4

View file

@ -88,11 +88,7 @@
}
// New mixin to use as of v3.0.1
.text-hide() {
font: ~"0/0" a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
.hide-text();
}