Unnötig komplexe CSS-Selektoren vereinfacht
[website] / src / main / webapp / less / tablet.less
index 60456d9..c7e57dd 100644 (file)
@@ -1,6 +1,8 @@
-@media screen and (min-width: 750px) and (max-width: 939px)
+@media screen and (min-width: @minscreen) and (max-width: @maxtablet)
 {
-  @import 'variables.less';
+  @import 'tablet/typo.less';
   @import 'tablet/layout.less';
+  @import 'tablet/head.less';
+  @import 'tablet/navigation.less';
   @import 'tablet/footer.less';
 }