1.0.4 • Published 4 days ago

naiden-css-reset v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
4 days ago

naiden-css-reset

A ightweight CSS reset package designed to normalize and standardize the default styles across different web browsers. It provides a clean starting point for web projects by resetting CSS properties to a consistent baseline, ensuring a more predictable and consistent rendering of HTML elements.

Installation

NPM

npm install naiden-css-reset

YARN

yarn add naiden-css-reset

Usage

UNPKG

<link rel="stylesheet" href="https://unpkg.com/naiden-css-reset@1.0.2/reset.css">

HTML

<link rel="stylesheet" href="node_modules/naiden-css-reset/reset.css"/>

CSS

@import 'naiden-css-reset/reset.css'

or

@import '../node_modules/naiden-css-reset/reset.css'

SCSS

@import 'naiden-css-reset/_reset.scss'

SASS

@import 'naiden-css-reset/_reset.sass'
1.0.4

4 days ago

1.0.3

11 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago