UNPKG

postcss-media-hover-any-hover

Version:

PostCSS plugin wraps selectors with :hover with an @media (any-hover: hover) block

62 lines (61 loc) 1.45 kB
{ "name": "postcss-media-hover-any-hover", "version": "0.4.0", "description": "PostCSS plugin wraps selectors with :hover with an @media (any-hover: hover) block", "keywords": [ "postcss", "css", "postcss-plugin", "any-hover", "postcss-media-hover-any-hover" ], "main": "index.js", "scripts": { "unit": "node --test index.test.js", "test": "npm run unit && eslint .", "perf": "node --test performance.test.js", "lint": "eslint .", "format": "prettier --write .", "prepare": "husky" }, "author": "hiro", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/hiro0218/postcss-media-hover-any-hover.git" }, "bugs": { "url": "https://github.com/hiro0218/postcss-media-hover-any-hover/issues" }, "homepage": "https://github.com/hiro0218/postcss-media-hover-any-hover#readme", "engines": { "node": ">=20.11.0" }, "peerDependencies": { "postcss": "^8.4.27" }, "devDependencies": { "@eslint/js": "^9.29.0", "eslint": "^9.29.0", "globals": "^16.2.0", "husky": "^9.1.7", "nano-staged": "^0.8.0", "postcss": "^8.5.6", "prettier": "3.5.3" }, "prettier": { "printWidth": 120, "trailingComma": "all", "singleQuote": true, "semi": true }, "nano-staged": { "*.js": [ "prettier --write", "eslint --fix" ], "*.{json,md}": [ "prettier --write" ] } }