2.2.0 • Published 10 months ago

@blockchainhub/coco v2.2.0

Weekly downloads
-
License
CORE
Repository
github
Last release
10 months ago

COCO

COCO is an open-source CSS framework.

Minimalistic ⛽Modular 🗂Modern 💈Free ⚗️
As small as possible, yet feature-richImport only the components you needBuilt on CSS3Open Source

CDN

Latest version:

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@blockchainhub/coco/dist/css/coco.min.css" />

Minor updates and patch fixes within a major version:

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@blockchainhub/coco@2/dist/css/coco.min.css" />

Patch fixes within a minor version:

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@blockchainhub/coco@2.0/dist/css/coco.min.css" />

Using SRI with the exact version:

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@blockchainhub/coco@2.0.0/dist/css/coco.min.css" integrity="sha384-{hash}" crossorigin="anonymous" />

Replace {hash} with the SRI hash generated for the specific version. Use this SRI Hash Generator for assistance.

Install

NPM

npm i @blockchainhub/coco

or

npm install "https://github.com/bchainhub/coco.git#semver:^2.0" --save

Yarn

yarn add @blockchainhub/coco

or

yarn add "https://github.com/bchainhub/coco.git#semver:^2.0"

Import

After installation, import the CSS file into your project:

CSS version:

@import '@blockchainhub/coco/dist/coco.css';

Minified CSS version:

@import '@blockchainhub/coco/dist/coco.min.css';

Get Started

Simplest Grid System, same as Bootstrap

This framework uses a grid system with the same standards as Bootstrap.

Features

Sticky Footer

Implement a sticky footer with just one class:

<body class="has-sticky-footer">
  <header></header>
  <main></main>
  <footer></footer>
</body>

em.oji

Use emojis as icons with effects:

<em class="oji flat">📥</em>

Current Version

Display the current version of COCO using this code:

<span class="coco version">version </span>

Documentation

For detailed documentation, visit the Online Manual.

Informational Notice

Have you noticed some files start with an underscore?

Sass files that begin with an underscore (_) are considered partials. These files are not compiled by themselves but are included in other files.

Copyright and License

Released under the CORE license.

2.2.0

10 months ago

2.1.9

10 months ago

2.1.8

10 months ago

2.1.7

10 months ago

2.1.6

10 months ago

2.1.5

10 months ago

2.1.4

10 months ago

2.1.3

10 months ago