1.1.2 • Published 7 years ago

recsst v1.1.2

Weekly downloads
1
License
ISC
Repository
-
Last release
7 years ago

recsst

Micro CSS reset.

html { box-sizing: border-box }
*, *:before, *:after { box-sizing: inherit }
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, dl,
dt, dd, blockquote, address { margin: 0; padding: 0 }

Usage

npm i recsst

CSS

<link rel="stylesheet" href="recsst.css">

JS

const recsst = require('recsst')
recsst.attach()

Attaches style tag with the reset to the document head.

recsst.toString()

Returns css as simple string. Generally useful for writing to file.

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

8 years ago

1.0.0

8 years ago