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
- Host: GitHub
- URL: https://github.com/minominolyly/minolith
- Owner: minominolyly
- License: mit
- Created: 2024-12-09T09:42:01.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-02-11T10:24:53.000Z (3 months ago)
- Last Synced: 2025-02-11T11:09:09.088Z (3 months ago)
- Topics: css, css-framework, customization, dark-mode, design, minolith, oklch, sass, scss
- Language: SCSS
- Homepage: https://minominolyly.github.io/minolith/
- Size: 1.42 MB
- 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).