cyanotype.css

0.1.2 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i cyanotype.css

Weekly Downloads

10

Version

0.1.2

License

MIT

Unpacked Size

10.1 kB

Total Files

5

Last publish

Collaborators

  • mtojo