Files
AdminLTE/bower_components/bootstrap/scss/mixins/_text-hide.scss
Abdullah Almsaeed 545a862c1d Dev setup
2016-01-16 11:27:23 -05:00

9 lines
154 B
SCSS

// CSS image replacement
@mixin text-hide() {
font: "0/0" a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}