Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tutkuofnight/kuick.css

🎇 Mini utility-first css library based on page & component layout creation
https://github.com/tutkuofnight/kuick.css

css layouts

Last synced: 17 days ago
JSON representation

🎇 Mini utility-first css library based on page & component layout creation

Awesome Lists containing this project

README

        

# kuick.css 🎇
Mini css library based on page & component layout creation

### How to use?
Use with CDN:
```html

```
**OR**
```
npm i kuick.css
```
```
yarn add kuick.css
```
```
pnpm add kuick.css
```
And include your main ``.js`` file:
```js
import 'kuick.css/dist/kucik.min.css'
```