1.0.10 β’ Published 1 year ago
@denis-mahei/custom-normalizer v1.0.10
@denis-mahei/custom-normalizer
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