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

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