JSPM

@gothium/css-reset

1.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q43023F
  • License MIT

Gothium CSS Reset: A powerful yet lightweight CSS reset to normalize styles across all browsers, ensuring consistency and simplicity in web design. This universal CSS baseline provides a solid foundation for any project by eliminating browser inconsistencies.

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

NPM Version

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-reset

Usage

import '@gothium/css-reset';

License

This project is licensed under the MIT License.