Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bchainhub/coco

The open-source CSS framework strong as coconut.
https://github.com/bchainhub/coco

coco cococss css flexbox framework less sass scss

Last synced: 19 days ago
JSON representation

The open-source CSS framework strong as coconut.

Awesome Lists containing this project

README

        

# COCO

**COCO** is an open-source CSS framework.

Minimalistic ⛽ | Modular 🗂 | Modern 💈 | Free ⚗️
--- | --- | --- | ---
*As small as possible, yet feature-rich* | *Import only the components you need* | *Built on CSS3* | *Open Source*

## CDN

**Latest version:**

```html

```

**Minor updates and patch fixes within a major version:**

```html

```

**Patch fixes within a minor version:**

```html

```

**Using SRI with the exact version:**

```html

```

> Replace `{hash}` with the SRI hash generated for the specific version. Use this [SRI Hash Generator](https://www.srihash.org/) for assistance.

## Install

### NPM

```sh
npm i @blockchainhub/coco
```

or

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

### Yarn

```sh
yarn add @blockchainhub/coco
```

or

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

## Import

After installation, import the CSS file into your project:

**CSS version:**

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

**Minified CSS version:**

```css
@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:

```html



```

#### em.oji

> Use emojis as icons with effects:

```html
📥
```

#### Current Version

> Display the current version of COCO using this code:

```html
version
```

## Documentation

For detailed documentation, visit the [Online Manual](https://bchainhub.github.io/coco/).

## 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](LICENSE).