https://github.com/minominolyly/minolith
minolith is an open-source sass library.
https://github.com/minominolyly/minolith
css css-framework customization dark-mode design minolith oklch sass scss
Last synced: 4 months ago
JSON representation
minolith is an open-source sass library.
- Host: GitHub
- URL: https://github.com/minominolyly/minolith
- Owner: minominolyly
- License: mit
- Created: 2024-12-09T09:42:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-29T17:24:19.000Z (5 months ago)
- Last Synced: 2026-01-30T03:12:41.063Z (5 months ago)
- Topics: css, css-framework, customization, dark-mode, design, minolith, oklch, sass, scss
- Language: SCSS
- Homepage: https://minominolyly.github.io/minolith/
- Size: 629 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Citation: CITATION.cff
Awesome Lists containing this project
README
# minolith
[](https://github.com/minominolyly/minolith/blob/main/LICENSE)
[](https://www.npmjs.com/package/minolith)
[](https://www.npmjs.com/package/minolith)
[](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).