postcss-remove-hover
v1.0.0
Published
PostCSS plugin to remove hover styles
Downloads
195
Maintainers
Readme
postcss-remove-hover
PostCSS plugin to remove hover styles.
Installation
npm install postcss-remove-hover
# or
yarn add postcss-remove-hover
Usage
// postcss.config.js
module.exports = {
plugins: ["postcss-remove-hover"],
};