CoastalResilienceNetwork / GeositeFramework

Mapping Framework powering TNC Coastal Resilience programs
http://maps.coastalresilience.org/network/
GNU General Public License v3.0
13 stars 10 forks source link

Add autoprefixer #775

Open jfrankl opened 7 years ago

jfrankl commented 7 years ago

Most of our current projects use autoprefixer to automate the process of adding browser prefixers to CSS. Let's add it to this project as well. We should set it to support the two most recent versions of each browser.

kdeloach commented 7 years ago

There's no build process in this project so any autoprefixer would have to execute at runtime.

ajrobbins commented 7 years ago

We've confirmed that IE 11 is overwhelmingly used over IE10, so we are not prioritizing support for IE10 at this time (which was the original impetus for this issue).

jfrankl commented 7 years ago

Reopened due to #771.