Package Exports
- @gothium/css-reset
- @gothium/css-reset/reset.min.css
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@gothium/css-reset) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Gothium CSS Reset
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.
Features
- Modern: Uses up-to-date best practices.
- Lightweight: Minimal code with powerful effects.
- Effortless: Simplifies cross-browser compatibility.
- Efficient: Reduces boilerplate code with smart defaults.
Development & Contributing
You can install the dependencies then run the build command.
Installation and Usage
You can install and build the Gothium CSS Reset using various package managers. Below are the instructions for each:
UNPKG (via CDN)
In HTML
<link rel="stylesheet" href="https://unpkg.com/@gothium/css-reset">In CSS
@import 'https://unpkg.com/@gothium/css-reset';npm
# 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-resetUsage
import '@gothium/css-reset';License
This project is licensed under the MIT License.