picturepan2 / spectre

Spectre.css - A Lightweight, Responsive and Modern CSS Framework
https://picturepan2.github.io/spectre/
MIT License
11.31k stars 804 forks source link

Forms: appearance: none -- webkit prefix is missing #648

Open simohell opened 3 years ago

simohell commented 3 years ago

the -webkit prefix is lacking in forms.scss

-webkit-appearance: none; -moz-appearance: none; appearance: none;