stylesheets/compass-capucine/_helpers.sass in compass-capucine-0.1.0 vs stylesheets/compass-capucine/_helpers.sass in compass-capucine-0.1.1
- old
+ new
@@ -1,11 +1,11 @@
/*
+unselectable
+hidden
+visually-hidden
+clear-both
- +scale
+ +scale-img
+selection
+pressed-effect
+vertical-gradient
+fake-helvetica
+smart-text-shadow
@@ -18,13 +18,12 @@
-khtml-user-select: none
-webkit-user-select: none
user-select: none
=hidden()
- display: none
+ display: none !important
visibility: hidden
- overflow: hidden
=visually-hidden()
border: 0
padding: 0
clip: rect(0 0 0 0)
@@ -41,23 +40,21 @@
margin: 0
overflow: visible
position: static
width: auto
-=clear-both()
+=clearfix()
clear: both
display: block
- zoom: 1
+ *zoom: 1
&:before, &:after
content: "\0020"
- display: block
- height: 0
- overflow: hidden
+ display: table
&:after
clear: both
-=scale()
+=scale-img()
max-width: 100%
height: auto
=selection($background: #111, $color: #fff)
::-moz-selection
@@ -93,16 +90,10 @@
@if $capucine-helpers-classes == true
.unselectable
+unselectable
- .hidden
- +hidden
+ .cf
+ +clearfix
- .visually-hidden
- +visually-hidden
-
- .cb
- +clear-both
-
.scale
- +scale
+ +scale-img