Release
Release
This commit is contained in:
8
scss/mixins/_text-hide.scss
Normal file
8
scss/mixins/_text-hide.scss
Normal file
@@ -0,0 +1,8 @@
|
||||
// CSS image replacement
|
||||
@mixin text-hide() {
|
||||
font: 0/0 a;
|
||||
color: transparent;
|
||||
text-shadow: none;
|
||||
background-color: transparent;
|
||||
border: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user