Gothium CSS Reset: A lightweight CSS Reset to normalize styles and provide a consistent starting point for your projects. Available via CDN, npm, and jsr, this package is designed to help you achieve clean, cross-browser-compatible designs effortlessly.
Gothium CSS Reset is a modern, lightweight CSS Reset designed to normalize styles and provide a consistent starting point for your projects. It uses best practices, avoids outdated hacks, and leverages inheritance to reduce boilerplate code, offering powerful defaults without being overly opinionated.
You can install the dependencies then run the build
command.
You can install and build the Gothium CSS Reset using various package managers. Below are the instructions for each:
<link rel="stylesheet" href="https://unpkg.com/@gothium/css-reset">
@import 'https://unpkg.com/@gothium/css-reset';
# Using Bun
bun add @gothium/css-reset
# Using npm
npm install @gothium/css-reset
# Using pnpm
pnpm add @gothium/css-reset
# Using Yarn
yarn add @gothium/css-reset
# Using Deno
deno install @gothium/css-reset
import '@gothium/css-reset';
This project is licensed under the MIT License.