Sha256: 6fc2d0317a66505d1c5faa466d1cdd9870f4e1580330c0bc2fb94a1ab79bce4e

Contents?: true

Size: 590 Bytes

Versions: 1185

Compression:

Stored size: 590 Bytes

Contents

// CSS image replacement
//
// Heads up! v3 launched with only `.hide-text()`, but per our pattern for
// mixins being reused as classes with the same name, this doesn't hold up. As
// of v3.0.1 we have added `.text-hide()` and deprecated `.hide-text()`.
//
// Source: https://github.com/h5bp/html5-boilerplate/commit/aa0396eae757

// Deprecated as of v3.0.1 (has been removed in v4)
@mixin hide-text() {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

// New mixin to use as of v3.0.1
@mixin text-hide() {
  @include hide-text;
}

Version data entries

1,185 entries across 1,129 versions & 40 rubygems

Version Path
card-mod-bootstrap-0.18.1 vendor/bootswatch/docs/3/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_hide-text.scss
card-mod-bootstrap-0.18.1 vendor/bootswatch/docs/3/bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_hide-text.scss
entreprise7pro-bootstrap-sass-3.4.7 assets/stylesheets/bootstrap/mixins/_hide-text.scss
entreprise7pro-bootstrap-sass-3.4.6 assets/stylesheets/bootstrap/mixins/_hide-text.scss
card-mod-bootstrap-0.18.0 vendor/bootswatch/docs/3/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_hide-text.scss
card-mod-bootstrap-0.18.0 vendor/bootswatch/docs/3/bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_hide-text.scss
bravissimo-0.1.0 _sass/bootstrap/mixins/_hide-text.scss
publify_core-10.0.2 app/assets/stylesheets/bootstrap/mixins/_hide-text.scss
card-mod-bootstrap-0.17.0 vendor/bootswatch/docs/3/bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_hide-text.scss
card-mod-bootstrap-0.17.0 vendor/bootswatch/docs/3/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_hide-text.scss
HornsAndHooves-publify_core-10.5.0 app/assets/stylesheets/bootstrap/mixins/_hide-text.scss
HornsAndHooves-publify_core-10.4.0 app/assets/stylesheets/bootstrap/mixins/_hide-text.scss
HornsAndHooves-publify_core-10.3.0 app/assets/stylesheets/bootstrap/mixins/_hide-text.scss
HornsAndHooves-publify_core-10.2.0 app/assets/stylesheets/bootstrap/mixins/_hide-text.scss
card-mod-bootstrap-0.16.0 vendor/bootswatch/docs/3/bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_hide-text.scss
card-mod-bootstrap-0.16.0 vendor/bootswatch/docs/3/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_hide-text.scss
publify_core-10.0.1 app/assets/stylesheets/bootstrap/mixins/_hide-text.scss
publify_core-10.0.0 app/assets/stylesheets/bootstrap/mixins/_hide-text.scss
card-mod-bootstrap-0.15.6 vendor/bootswatch/docs/3/bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_hide-text.scss
card-mod-bootstrap-0.15.6 vendor/bootswatch/docs/3/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_hide-text.scss