Kanonische Links über _canonical realisiert
[website] / main / webapp / less / tablet.less
1 @media screen and (min-width: @minscreen) and (max-width: @maxtablet)
2 {
3   @import 'tablet/layout.less';
4   @import 'tablet/footer.less';
5 }