{"id":17757820,"url":"https://github.com/bchainhub/coco","last_synced_at":"2025-08-02T07:10:57.010Z","repository":{"id":36684617,"uuid":"155065767","full_name":"bchainhub/coco","owner":"bchainhub","description":"The open-source CSS framework strong as coconut.","archived":false,"fork":false,"pushed_at":"2024-11-06T09:49:55.000Z","size":1446,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-14T12:27:28.967Z","etag":null,"topics":["coco","cococss","css","flexbox","framework","less","sass","scss"],"latest_commit_sha":null,"homepage":"https://bchainhub.github.io/coco/","language":"SCSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bchainhub.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"custom":["https://blockindex.net/address/cb7147879011ea207df5b35a24ca6f0859dcfb145999"]}},"created_at":"2018-10-28T11:53:39.000Z","updated_at":"2024-11-06T09:49:29.000Z","dependencies_parsed_at":"2024-10-26T17:52:09.214Z","dependency_job_id":null,"html_url":"https://github.com/bchainhub/coco","commit_stats":null,"previous_names":["bchainhub/coco","cryptohub-digital/coco"],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/bchainhub/coco","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bchainhub%2Fcoco","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bchainhub%2Fcoco/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bchainhub%2Fcoco/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bchainhub%2Fcoco/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bchainhub","download_url":"https://codeload.github.com/bchainhub/coco/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bchainhub%2Fcoco/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266254774,"owners_count":23900069,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["coco","cococss","css","flexbox","framework","less","sass","scss"],"created_at":"2024-10-26T17:08:59.372Z","updated_at":"2025-08-02T07:10:56.973Z","avatar_url":"https://github.com/bchainhub.png","language":"SCSS","funding_links":["https://blockindex.net/address/cb7147879011ea207df5b35a24ca6f0859dcfb145999"],"categories":[],"sub_categories":[],"readme":"\n# COCO\n\n**COCO** is an open-source CSS framework.\n\nMinimalistic ⛽ | Modular 🗂 | Modern 💈 | Free ⚗️\n--- | --- | --- | ---\n*As small as possible, yet feature-rich* | *Import only the components you need* | *Built on CSS3* | *Open Source*\n\n## CDN\n\n**Latest version:**\n\n```html\n\u003clink rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/@blockchainhub/coco/dist/css/coco.min.css\" /\u003e\n```\n\n**Minor updates and patch fixes within a major version:**\n\n```html\n\u003clink rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/@blockchainhub/coco@2/dist/css/coco.min.css\" /\u003e\n```\n\n**Patch fixes within a minor version:**\n\n```html\n\u003clink rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/@blockchainhub/coco@2.0/dist/css/coco.min.css\" /\u003e\n```\n\n**Using SRI with the exact version:**\n\n```html\n\u003clink rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/@blockchainhub/coco@2.0.0/dist/css/coco.min.css\" integrity=\"sha384-{hash}\" crossorigin=\"anonymous\" /\u003e\n```\n\n\u003e Replace `{hash}` with the SRI hash generated for the specific version. Use this [SRI Hash Generator](https://www.srihash.org/) for assistance.\n\n## Install\n\n### NPM\n\n```sh\nnpm i @blockchainhub/coco\n```\n\nor\n\n```sh\nnpm install \"https://github.com/bchainhub/coco.git#semver:^2.0\" --save\n```\n\n### Yarn\n\n```sh\nyarn add @blockchainhub/coco\n```\n\nor\n\n```sh\nyarn add \"https://github.com/bchainhub/coco.git#semver:^2.0\"\n```\n\n## Import\n\nAfter installation, import the CSS file into your project:\n\n**CSS version:**\n\n```css\n@import '@blockchainhub/coco/dist/coco.css';\n```\n\n**Minified CSS version:**\n\n```css\n@import '@blockchainhub/coco/dist/coco.min.css';\n```\n\n## Get Started\n\n### Simplest Grid System, same as Bootstrap\n\n\u003e This framework uses a grid system with the same standards as Bootstrap.\n\n### Features\n\n#### Sticky Footer\n\n\u003e Implement a sticky footer with just one class:\n\n```html\n\u003cbody class=\"has-sticky-footer\"\u003e\n  \u003cheader\u003e\u003c/header\u003e\n  \u003cmain\u003e\u003c/main\u003e\n  \u003cfooter\u003e\u003c/footer\u003e\n\u003c/body\u003e\n```\n\n#### em.oji\n\n\u003e Use emojis as icons with effects:\n\n```html\n\u003cem class=\"oji flat\"\u003e📥\u003c/em\u003e\n```\n\n#### Current Version\n\n\u003e Display the current version of COCO using this code:\n\n```html\n\u003cspan class=\"coco version\"\u003eversion \u003c/span\u003e\n```\n\n## Documentation\n\nFor detailed documentation, visit the [Online Manual](https://bchainhub.github.io/coco/).\n\n## Informational Notice\n\nHave you noticed some files start with an underscore?\n\n\u003e Sass files that begin with an underscore (`_`) are considered partials. These files are not compiled by themselves but are included in other files.\n\n## Copyright and License\n\nReleased under the [CORE license](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbchainhub%2Fcoco","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbchainhub%2Fcoco","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbchainhub%2Fcoco/lists"}