opentraildata / OpenTrails-Mobile

A mobile application for viewing trail maps
MIT License
18 stars 8 forks source link

Fixes #130 - removes mixins #134

Closed anselmbradford closed 10 years ago

anselmbradford commented 10 years ago

The mixins provided cross-browser support for CSS3 properties, which are not needed for this app. Also, the majority of them weren’t used, except for border-radius in one location. This commit removes them.

@alanjosephwilliams ready for review and merge.