mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-22 15:30:23 +00:00
Merge pull request #11662 from ZDroid/deprecation-fix
Use mixin instead of whole code
This commit is contained in:
commit
17dee30892
1 changed files with 1 additions and 5 deletions
|
|
@ -88,11 +88,7 @@
|
|||
}
|
||||
// New mixin to use as of v3.0.1
|
||||
.text-hide() {
|
||||
font: ~"0/0" a;
|
||||
color: transparent;
|
||||
text-shadow: none;
|
||||
background-color: transparent;
|
||||
border: 0;
|
||||
.hide-text();
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue