New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

cocobits

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cocobits

Cocobits is a responsive CSS foundational system to build elegant web applications. Influenced by object-oriented CSS principles and functional CSS, interchangeable utility classes allow flexibility and consistency for any web application.

latest
Source
npmnpm
Version
2.7.2
Version published
Weekly downloads
44
57.14%
Maintainers
1
Weekly downloads
 
Created
Source
Cocobits icon

Cocobits

Cocobits is a responsive CSS foundational system to build elegant web applications. Influenced by object-oriented CSS principles and functional CSS, interchangeable utility classes allow flexibility and consistency for any web application.

Cocobits uses SASS variables and mixins and strives to meet the highest WCAG accessibility standards.

Highlights

  • Responsive, mobile-first and accessible by default
  • Flexible and interchangeable utility classes
  • Base-8 spacing for consistency and dynamic vertical and horizontal rhythm
  • Font-size, line-height and weight options for readability
  • Color system for meaningful content and interaction signals
  • Source files written in Sass using SCSS syntax

Install

npm

After installing npm and node, you can install cocobits with command:

$ npm install cocobits

Quick Start

Include the following link in the head of your base HTML file:

<link rel="stylesheet" href="https://unpkg.com/cocobits/dist/css/cocobits.min.css">

To use the JavaScript enabled component utility classes, include the following link before the </body> tag of your base HTML file:

<script src="https://unpkg.com/cocobits/dist/js/cocobits.min.js"></script>

Documentation

The Cocobits documentation is available at: cocobits.github.io

Licence

MIT

Keywords

cocobits

FAQs

Package last updated on 15 May 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts