1.0.0 • Published 8 months ago

postcss-remove-hover v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

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"],
};