foundation / foundation-rails

Foundation for Rails
foundation.zurb.com
MIT License
1k stars 376 forks source link

select "appearance: none" not working - missing classes #216

Open anativ opened 7 years ago

anativ commented 7 years ago

missing classes for "select" -moz-appearance:none; -webkit-appearance:none; -ms-appearance:none;

Deckluhm commented 7 years ago

As explained here, vendor prefixes aren't included in sources.

Use the autoprefixer-rails gem if you want automatic prefixes.