1.0.3 • Published 1 year ago

cabicss v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago