scss/toolkit/mixins/_layout.scss in titon-toolkit-1.2.2 vs scss/toolkit/mixins/_layout.scss in titon-toolkit-1.3.0
- old
+ new
@@ -25,10 +25,10 @@
// Align an element in the center of another element
@mixin position-center {
position: absolute;
left: 50%;
top: 50%;
- @include transform(translate(-50%, -50%));
+ transform: translate(-50%, -50%);
}
@mixin size-small {
font-size: $small-size;
padding: $small-padding;
\ No newline at end of file