Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Latest commit

 

History

History
35 lines (22 loc) · 788 Bytes

File metadata and controls

35 lines (22 loc) · 788 Bytes

Zyle.css

Zyle.css is a lightweight, responsive CSS framework that is under development

Installation

You can add the Zyle CSS library in these ways:

Install from Github release(manually)

Download the source code with the compiled file, the file zyle.min.css is located in the /css folder

<link rel="stylesheet" href="zyle.min.css" />

Install from CDN (unpkg)

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

Install from NPM

npm install zyle.css

Install from Yarn

yarn add zyle.css

Go to css.zylelabs.com to see the full documentation.