]> git.ipfire.org Git - ipfire.org.git/blame - 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
CommitLineData
91e44d91
S
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}