summaryrefslogtreecommitdiff
path: root/src/sass/bootstrap4/mixins/_text-hide.scss
blob: daed5fb7af10c663992c9632ded871f07cec497e (plain)
1
2
3
4
5
6
7
8
// CSS image replacement
@mixin text-hide() {
  font: "0/0" a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}