Zusty CSS Logo
Zusty CSS Logo
Version 1.2.0 is out now. Check out Release Notes.

Build Variants

There are three build variants of Zusty CSS.

Variants are -


Normal

Normal variant is the base version of Zusty CSS. If you're following getting started guide then you're probably using normal version.

Usage

You can simply use it using jsDelivr CDN.

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/zusty@1.2.0">

or if you're using npm then

<link rel="stylesheet" href="path/to/node_modules/zusty/dist/zusty.min.css">


Prefixless

Prefixless is same as normal, different is that it has no prefix. So, you can use it without prefix like, zust-hidden can be used using hidden. Use it if you want to develop your page rapidly.

Usage

If you want to use CDN

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/zusty@1.2.0/dist/zusty.prefixless.css">

or if you're using npm

<link rel="stylesheet" href="path/to/node_modules/zusty/dist/zusty.prefixless.css">


Parted - CSS variables

If you're feeling adventurous you can use this variant.

All files are parted like below -

Usage

You are going to change the file if you use it. For this reason, download it manually and link them all in HTML file. Files can be found Here.

checkSuccessfully Copied

Get involved in improving Zusty CSS.

Report a BugFeature Request

Support us by

Starring it on GitHubJoining our Discord ServerSharing on Twitter

Rapid Search Inside of Docs