Skip to content

keegandonley/postcss-reset-scrollbar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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')]);

Testing

npm test to run mocha tests