0.1.2 • Published 5 years ago

cyanotype.css v0.1.2

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

Cyanotype CSS

A convenient alternative to CSS resets.

Features

  • Ensures consistency across browsers
  • Prevents the re-setting user agent styles
  • Ensures consistently set margins only downward

Installation

$ npm install cyanotype.css

Usage

HTML:

<link href="/path/to/cyanotype.css" rel="stylesheet">

CSS:

@import "/path/to/cyanotype.css";

Utility classes

.screen-reader-only class

For HTML elements that should remain in the document but should be visually hidden, specifies this class:

<p class="screen-reader-only">Screen reader only text</p>

License

MIT

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago