UNPKG

browser-style-normalizer

Version:

The browser-style-normalizer is a stylesheet that resets all the browser-built-in styles, guaranteeing consistency across all major browsers.

38 lines (37 loc) 1.05 kB
{ "name": "browser-style-normalizer", "version": "1.0.7", "description": "The browser-style-normalizer is a stylesheet that resets all the browser-built-in styles, guaranteeing consistency across all major browsers.", "main": "dist/index.css", "style": "dist/index.css", "scripts": { "build": "cleancss -o dist/index.css src/index.css", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/jesusgraterol/browser-style-normalizer.git" }, "keywords": [ "browser", "style", "preflight", "pre-settings", "css", "normalizer", "reset", "style-reset", "default" ], "author": "Jesus Graterol", "license": "MIT", "bugs": { "url": "https://github.com/jesusgraterol/browser-style-normalizer/issues" }, "homepage": "https://github.com/jesusgraterol/browser-style-normalizer#readme", "devDependencies": { "clean-css-cli": "5.6.3", "eslint-config-prettier": "10.1.5", "prettier": "3.6.2" } }