Bee: CSS Reset

A CSS library that resets the browser's default style settings, providing a clean, consistent foundation for web development.

Downloads

Statistics of this lib on NPM.

TotalWeeklyMonthlyYearly
npmnpmnpmnpm

How to use (install)?

CDN

To use the CSS file via CDN, or if you prefer, you can use the auto-import file (JS) via CDN, it can be done this way:

Unpkg CSS
  https://unpkg.com/@vlalg-nimbus/bee-css-reset/dist/bee-css-reset.min.css
Unpkg JS
  https://unpkg.com/@vlalg-nimbus/bee-css-reset/dist/bee-css-reset.min.js
To install
YARN
  yarn add @vlalg-nimbus/bee-css-reset
NPM
  npm i @vlalg-nimbus/bee-css-reset

To use, just import the CSS file. I do not recommend using the auto import file (IIFE), this avoids possible conflicts if your system does not support IIFE.

import '@vlalg-nimbus/bee-css-reset/dist/bee-css-reset.min.css'

Based on