Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tutkuofnight/kuick.css
- Owner: tutkuofnight
- Created: 2023-11-20T08:33:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-25T13:45:11.000Z (about 1 year ago)
- Last Synced: 2024-04-25T07:44:08.578Z (9 months ago)
- Topics: css, layouts
- Language: CSS
- Homepage: https://www.npmjs.com/package/kuick.css
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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'
```