picturepan2 / spectre

Spectre.css - A Lightweight, Responsive and Modern CSS Framework

Home Page:https://picturepan2.github.io/spectre/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Forms: appearance: none -- webkit prefix is missing

simohell opened this issue · comments

the -webkit prefix is lacking in forms.scss

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