Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.12 KB

README.md

File metadata and controls

23 lines (15 loc) · 1.12 KB

PostCSS Reset Scrollbar

Build Status npm npm GitHub issues

PostCSS plugin to remove scrollbar style rules.

I really hate when libraries (semantic UI, etc) try to style the scrollbar in browsers. This simply strips all styling for scrollbars.

Installing

This package requires postCSS:

npm i --save-dev postcss

then

npm i --save-dev postcss-reset-scrollbar

Usage

postcss([require('postcss-reset-scrollbar')]);