recsst

1.1.2 • Public • Published

recsst

Micro CSS reset.

html { box-sizing: border-box }
**:before*:after { box-sizing: inherit }
htmlbodyh1h2h3h4h5h6polullidl,
dtddblockquoteaddress { 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.

/recsst/

    Package Sidebar

    Install

    npm i recsst

    Weekly Downloads

    0

    Version

    1.1.2

    License

    ISC

    Last publish

    Collaborators

    • amongiants