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

_text-hide.scss « mixins « bootstrap « stylesheets « assets - github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 52a38a906989ed0e4e7b19933c36a73209956056 (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;
}