nDmitry / grunt-autoprefixer

Parse CSS and add vendor-prefixed CSS properties using the Can I Use database. Based on Autoprefixer.
MIT License
795 stars 60 forks source link

body::scrollbar #127

Open snipertulip opened 7 years ago

snipertulip commented 7 years ago

scss: body::scrollbar{width:5px}

in target css file: body::scrollbar{width:5px}

why not: body::-webkit-scrollbar{width:5px}