1.0.5 • Published 5 years ago

css-reset-udyux v1.0.5

Weekly downloads
248
License
MIT
Repository
-
Last release
5 years ago

CSS Reset UdyUX

My evolving CSS reset, drawing some inspiration from reset.css and normalize among other projects.

Usage

Static link

Add the following to your html document's head before you link your styles. This will deliver the minified CSS file.

<link rel="stylesheet" type="text/css" href="https://unpkg.com/css-reset-udyux" />

Package import

Install

npm install css-reset-udyux
# or
yarn add css-reset-udyux

Import

Import the reset from node_modules before you import your styles.

// in sass
@import '~css-reset-udyux/reset', 'my-styles/come-after';
1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago