zyle.css 中文文档教程
Zyle.css
Zyle.css 是一个正在开发的轻量级响应式 CSS 框架
安装
您可以通过以下方式添加 Zyle CSS 库:
从 Github 安装发布(手动)
下载带有编译文件的源代码,文件zyle.min.css
位于 /css
文件夹中
<link rel="stylesheet" href="zyle.min.css" />
从 CDN 安装 (unpkg)
<link rel="stylesheet" href="https://unpkg.com/zyle.css/css/zyle.min.css" />
从 NPM 安装
npm install zyle.css
从 Yarn 安装
yarn add zyle.css
转到 css.zylelabs。 com 查看完整文档。
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.