SkillAgentSearch skills...

Recsst

💦 Micro CSS reset

Install / Use

/learn @jongacnik/Recsst
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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.

Related Skills

View on GitHub
GitHub Stars15
CategoryDevelopment
Updated2y ago
Forks0

Languages

JavaScript

Security Score

60/100

Audited on Jun 19, 2023

No findings