2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

Rename file with text-hide mixin

This commit is contained in:
vsn4ik
2015-09-06 14:40:19 +03:00
parent 8f16abb669
commit de44d2a3dd
2 changed files with 1 additions and 1 deletions
+8
View 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;
}