Imported mobile.less into style.less for mobile responsive design.

This commit is contained in:
Bram van der Veen 2015-06-19 21:34:28 +02:00
parent 298f5d5615
commit 30df94a246
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,4 @@
//mobile.less
body {
}

View file

@ -158,3 +158,5 @@ div.schedule {
} }
} }
} }
@import "mobile";