Skip to content

Commit

Permalink
Merge branch 'hide-text' of https://github.com/frankzilla/bourbon
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-burns committed Mar 16, 2012
2 parents 10a5908 + 4989d84 commit 3f736ea
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/assets/stylesheets/_bourbon.scss
Expand Up @@ -30,6 +30,7 @@
@import "addons/button";
@import "addons/clearfix";
@import "addons/font-family";
@import "addons/hide-text";
@import "addons/html5-input-types";
@import "addons/position";
@import "addons/timing-functions";
15 changes: 15 additions & 0 deletions app/assets/stylesheets/addons/_hide-text.scss
@@ -0,0 +1,15 @@
@mixin hide-text {
background-color: transparent;
border: 0;
color: transparent;
font: 0/0 a;
text-shadow: none;
}

// A CSS image replacement method that does not require the use of text-indent.
//
// Examples
//
// .ir {
// @include hide-text;
// }
1 change: 1 addition & 0 deletions readme.md
Expand Up @@ -182,6 +182,7 @@ Bourbon aims to provide support for CSS3 properties that are not yet fully suppo
--------------------------------
@ button(*args)
@ clearfix
@ hide-text
@ position(*args)

#{$all-text-inputs}
Expand Down

0 comments on commit 3f736ea

Please sign in to comment.