]> git.ipfire.org Git - ipfire.org.git/blob - src/scss/bootstrap-4.0.0-alpha.6/scss/mixins/_text-hide.scss
Introduce autotools
[ipfire.org.git] / src / scss / bootstrap-4.0.0-alpha.6 / scss / mixins / _text-hide.scss
1 // CSS image replacement
2 @mixin text-hide() {
3 font: 0/0 a;
4 color: transparent;
5 text-shadow: none;
6 background-color: transparent;
7 border: 0;
8 }