JSPM

@gothium/css

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 5
  • Score
    100M100P100Q26439F
  • License MIT

Gothium CSS is a minimal CSS framework designed to simplify web development. It provides clean, responsive, and accessible styling for modern web projects, with zero dependencies and an intuitive approach.

Package Exports

  • @gothium/css
  • @gothium/css/gothium.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) 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 is a modern, lightweight CSS Framework designed to normalize styles and provide a consistent styling and responsiveness for your projects. It uses best practices, avoids outdated hacks, and leverages inheritance to reduce boilerplate code, offering powerful defaults via new technologies; fluid type and space scaling | utopia.fyi + CSS Custom Variables for themes in addition prefered color scheme with only CSS.

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 zola then run the zola build or prepare script on package.json.

Installation and Usage

You can install and build the Gothium CSS 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';

via Package Manager

# Using Bun
bun add @gothium/css

# Using npm
npm install @gothium/css

# Using pnpm
pnpm add @gothium/css

# Using Yarn
yarn add @gothium/css

# Using Deno
deno install @gothium/css

Usage

import '@gothium/css';

License

This project is licensed under the MIT License.