dist/_scut.scss in scut-0.7.1 vs dist/_scut.scss in scut-0.7.2
- old
+ new
@@ -1,8 +1,8 @@
/*
* Scut, a collection of Sass utilities to ease and improve our implementations of common style-code patterns.
-* v0.7.1
+* v0.7.2
* Docs at http://davidtheclark.github.io/scut
*/
// SCUT CLEARFIX
// http://davidtheclark.github.io/scut/#clearfix
@@ -1223,18 +1223,9 @@
%scut-vcenter-td {
@include scut-vcenter-td;
}
-
-@mixin scut-vcenter-tt() {
- @include scut-center-transform(y);
-}
-
-%scut-vcenter-tt {
- @include scut-vcenter-tt;
-}
-
// SCUT V-CENTER: TRANSFORM
// http://davidtheclark.github.io/scut/#v-center_transform
// Depends on scut-center-transform
\ No newline at end of file