wekan/client
Maxime Quandalle 8b5fd09ff3 Fix layout on Apple devices
The layout issue was related to the lack of autoprexing for CSS
properties. c69f993 did improve the reload time significantly but for
that I had to replace `mquandalle:stylus` by the core `stylus`
package. Unfortunatly it is currently difficult to run an autoprefixer
with the core CSS compilers (as reported in
https://github.com/meteor/meteor/issues/5219).

So instead we rely on `nib` which transparently define some mixins for
autoprefixing, the only restrictions being that we have to manually
`@import 'nib'` on top of stylus files.

Fixes #461
2016-01-02 14:26:48 +01:00
..
components Fix layout on Apple devices 2016-01-02 14:26:48 +01:00
config Share the router configuration between the client and the server 2015-12-28 23:13:20 +01:00
lib add: support compact mode for mobile web, auto adapt to small screen/window 2015-12-17 14:23:35 +08:00