Welcome to mirror list, hosted at ThFree Co, Russian Federation.

hide-text.less « mixins « less - github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 243d705cf39e6c41eb417cd53ff41feb551288e5 (plain)
1
2
3
4
5
6
7
8
// CSS image replacement
.text-hide() {
  font: ~"0/0" a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}