1.0.10 β€’ Published 1 year ago

@denis-mahei/custom-normalizer v1.0.10

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

@denis-mahei/custom-normalizer

npm version npm downloads License: MIT

Custom CSS normalizer for modern frontend projects. Works out of the box in any project (React, Vite, Webpack, plain HTML/CSS).


πŸš€ Installation

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
1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago