lib/generators/tmatt_cms/templates/css/style.css.scss in tmatt_cms-0.1.8 vs lib/generators/tmatt_cms/templates/css/style.css.scss in tmatt_cms-0.1.9
- old
+ new
@@ -1,11 +1,11 @@
-@include respond-to(xs) {
+@include respond-min-from(xs) {
html, body { height: 100%; font-size: 62.5%; }
}
-@include respond-to(md) {
+@include respond-min-from(md) {
html, body { height: 100%; font-size: 62.5%; }
}
-@include respond-to(lg) {
+@include respond-min-from(lg) {
html, body { height: 100%; font-size: 62.5%; }
}
body {
position: relative;
\ No newline at end of file