cyanotype.css

A convenient alternative to CSS resets


Keywords
css
License
MIT
Install
npm install cyanotype.css@0.1.2

Documentation

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