Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bchainhub/coco
- Owner: bchainhub
- License: other
- Created: 2018-10-28T11:53:39.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T18:34:03.000Z (22 days ago)
- Last Synced: 2024-10-24T04:17:41.962Z (22 days ago)
- Topics: coco, cococss, css, flexbox, framework, less, sass, scss
- Language: SCSS
- Homepage: https://bchainhub.github.io/coco/
- Size: 1.36 MB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
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).