1.0.3 • Published 2 years ago

cabicss v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

cabicss

A simple, lightweight, nice looking and straightforward CSS styles lib for general usage provided by cabidu.

Getting started

Simple and easy. Just choose you way:

Install from CDN

Just link directly from https://unpkg.com/ or https://www.jsdelivr.com/

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

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/cabicss/dist/styles.min.css">

Install locally

Download the cabicss files and link styles.min.css located in /dist in the head section of your web app or website.

<link rel="stylesheet" href="styles.min.css">

Install with NPM

$ npm install cabicss --save

Install with Yarn

$ yarn add cabicss

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago