Skip to content

A minimalistic and up-to-date CSS reset that provides predictable element behavior across all modern browsers. Great as a starting point for any web project.

License

Notifications You must be signed in to change notification settings

mrnko/css-normalize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

css-normalize

mrnko - css-normalize stars - css-normalize forks - css-normalize

Modern Normalization of Styles

A minimalistic and up-to-date CSS reset that provides predictable element behavior across all modern browsers. Great as a starting point for any web project.

Installation

Install the package via npm:

npm install @mrnko/css-normalize

Or using Yarn:

yarn add @mrnko/css-normalize

Usage

Import the CSS file into your project:

@import '@mrnko/css-normalize/index.css';

Or, if you're using JavaScript-based tooling (like Vite, Webpack, or Next.js), import it in your entry file:

import '@mrnko/css-normalize';

About

A minimalistic and up-to-date CSS reset that provides predictable element behavior across all modern browsers. Great as a starting point for any web project.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages