An open API service indexing awesome lists of open source software.

https://github.com/minominolyly/minolith


https://github.com/minominolyly/minolith

css css-framework customization dark-mode design minolith oklch sass scss

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# minolith

[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/minominolyly/minolith/blob/main/LICENSE)
[![NPM Version](https://img.shields.io/npm/v/minolith)](https://www.npmjs.com/package/minolith)
[![npm downloads](https://img.shields.io/npm/dm/minolith)](https://www.npmjs.com/package/minolith)

[![NPM](https://nodei.co/npm/minolith.png)](https://nodei.co/npm/minolith/)

## Overview

minolith is an open-source sass library.

It uses `oklch()` to declare color palette.

If you want to use in React Project, you can use [react-minolith](https://github.com/minominolyly/react-minolith).

## ⚠️Heed

minolith is still alpha.

## Installation

### Use minolith Sass library

#### Install the NPM package

minolith is available through npm.

```shell
npm install minolith
```

### Use minolith CSS

#### From CDN

You can import the CSS file directly from unpkg.com

```html

```

If you need to use `utilities`, you can use `minolith-utilities.css`.

```html

```

If you don't need to use `color` and `utilities`, you can use `minolith-skelton.css`.

```html

```

## License

This project is licensed under the terms of the [MIT license](https://github.com/minominolyly/minolith/blob/main/LICENSE).