Skip to content
/ css Public

Zyle.css - Take off with a lightweight, responsive CSS framework

License

Notifications You must be signed in to change notification settings

ZyleLabs/css

Repository files navigation

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.