minolith
v0.1.1
Published
design system by minominolyly
Maintainers
Readme
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.
⚠️Heed
minolith is still alpha.
Installation
Use minolith Sass library
Install the NPM package
minolith is available through npm.
npm install minolithUse minolith CSS
From CDN
You can import the CSS file directly from unpkg.com
<link
rel="stylesheet"
type="text/css"
media="all"
href="https://unpkg.com/minolith/dist/css/minolith.min.css"
/>If you need to use utilities, you can use minolith-utilities.css.
<link
rel="stylesheet"
type="text/css"
media="all"
href="https://unpkg.com/minolith/dist/css/minolith-utilities.min.css"
/>If you don't need to use color and utilities, you can use minolith-skelton.css.
<link
rel="stylesheet"
type="text/css"
media="all"
href="https://unpkg.com/minolith/dist/css/minolith-skelton.min.css"
/>License
This project is licensed under the terms of the MIT license.

