
preset

A modern CSS preset
What's this?
preset
is a CSS reset to baseline the browser styles to give you a uniform foundation for building your custom styles on top of it.
Install
In Node.js, install with npm:
npm install @microflash/preset
In Deno, with unpkg.com:
import "https://unpkg.com/@microflash/preset"
In browsers, with unpkg.com or jsdelivr.net:
<link rel="stylesheet" href="https://unpkg.com/@microflash/preset">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@microflash/preset">
Use
In Node.js or Deno, importing the CSS in the entrypoint file of your application should include the @microflash/preset
in the final CSS bundle. Make sure that this is the first CSS import before including any other CSS files.
If you're using Sass, use https://unpkg.com/@microflash/preset/src/preset.scss
in the main Sass file before any other rules.
In browser, including the <link>
before any other stylesheet should do the trick.
Credits
License
MIT