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.
- 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.
You can install the zola then run the zola build
or prepare
script on package.json
.
You can install and build the Gothium CSS using various package managers. Below are the instructions for each:
<link rel="stylesheet" href="https://unpkg.com/@gothium/css">
@import 'https://unpkg.com/@gothium/css';
# 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
import '@gothium/css';
This project is licensed under the MIT License.