UNPKG

@denis-mahei/custom-normalizer

Version:

my normalizer for css styles

50 lines (29 loc) β€’ 1.39 kB
# @denis-mahei/custom-normalizer [![npm version](https://img.shields.io/npm/v/@denis-mahei/custom-normalizer.svg)](https://www.npmjs.com/package/@denis-mahei/custom-normalizer) [![npm downloads](https://img.shields.io/npm/dw/@denis-mahei/custom-normalizer.svg)](https://www.npmjs.com/package/@denis-mahei/custom-normalizer) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) **Custom CSS normalizer for modern frontend projects.** Works out of the box in any project (React, Vite, Webpack, plain HTML/CSS). --- ## πŸš€ Installation ```bash npm install @denis-mahei/custom-normalizer or yarn add @denis-mahei/custom-normalizer πŸ”§ Usage In plain HTML/JS project: <link rel="stylesheet" href="./node_modules/@denis-mahei/custom-normalizer/src/custom-normalizer.css" /> In a React / Vite / Webpack project: import '@denis-mahei/custom-normalizer/src/custom-normalizer.css'; πŸ“¦ Features βœ… Global box-sizing: border-box βœ… Base font-family and sizing for consistency βœ… Resets for headings, lists, buttons, and forms βœ… Clean default styles for a fresh UI start βœ… Ready for customization with CSS variables 🧠 Why? Avoid unnecessary CSS resets and get a modern, lightweight foundation to build your UI faster. βΈ» πŸ“œ License MIT β€” free for personal and commercial use. Made with ❀️ by Denis Mahei