CSS für Media-Queries in einer Datei zusammengefasst
authorKai Moritz <kai@juplo.de>
Mon, 13 Jan 2014 13:53:07 +0000 (14:53 +0100)
committerKai Moritz <kai@juplo.de>
Tue, 19 Jan 2016 16:45:40 +0000 (17:45 +0100)
commit697279a7b2b206ef6d274ed0c56c795dd28559f6
tree6a3d7610c52a6a7b421555377a06ccadc5b15cc1
parent98959d7288268c8c3b7f062ac343058c4bd60c57
CSS für Media-Queries in einer Datei zusammengefasst

Es ist performanter, wenn der Browser nur eine CSS-Datei für das Screen-Layout
laden muss. Zudem ermöglicht die Zusammenfassung die Verschachtelung von
@media-Ausdrücken, da diese dann von LESS aufgelöst werden können.
21 files changed:
pom.xml
src/main/webapp/WEB-INF/templates/html-head.jsp
src/main/webapp/WEB-INF/views/test/seitenaufteilung.jsp
src/main/webapp/WEB-INF/views/test/seitenkopf.jsp
src/main/webapp/WEB-INF/views/test/tablet.jsp
src/main/webapp/WEB-INF/wro.xml
src/main/webapp/less/base.less [new file with mode: 0644]
src/main/webapp/less/base/formulare.less
src/main/webapp/less/base/head.less
src/main/webapp/less/base/marginal.less
src/main/webapp/less/base/typo.less
src/main/webapp/less/phone.less [new file with mode: 0644]
src/main/webapp/less/screen.less [new file with mode: 0644]
src/main/webapp/less/screen/footer.less
src/main/webapp/less/screen/head.less
src/main/webapp/less/screen/layout.less
src/main/webapp/less/screen/navigation.less
src/main/webapp/less/tablet.less [new file with mode: 0644]
src/main/webapp/less/tablet/footer.less
src/main/webapp/less/tablet/layout.less
src/main/webapp/less/tiny.less [new file with mode: 0644]