0.1.0 • Published 3 years ago

coco-css v0.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

Coco

A lightweight and modular CSS framework

npm.io npm npm npm

How to use

CDN

The fastest way to use Coco is to include CSS file from the jsDelivr CDN.

<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/coco-css@latest/dist/coco.min.css">

npm

Coco is also available under npm, just run the following command:

npm install coco-css --save

then include CSS file like this:

<link rel="stylesheet" href="node_modules/coco-css/dist/coco.min.css">

Credits

Copyright and License

Copyright 2020 Hasan Alibegic

Licensed under The MIT License (MIT).

0.1.0

3 years ago

0.0.1

3 years ago

0.0.5

3 years ago