# @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
