Browse Source

Removed unnecessary unit conversion.

master
Michael Hellein 10 years ago
parent
commit
58b13a1298
  1. 4
      lib/compass/typography/text/_replacement.scss

4
lib/compass/typography/text/_replacement.scss

@ -45,8 +45,8 @@ $hide-text-direction: left !default;
// for your application.
@mixin hide-text($direction: $hide-text-direction) {
@if $direction == left {
$approximate-em-value: 12px / 1em;
$wider-than-any-screen: -9999em;
$approximate-em-value: 12px;
$wider-than-any-screen: -9999;
text-indent: $wider-than-any-screen * $approximate-em-value;
overflow: hidden;
text-align: left;

Loading…
Cancel
Save