0.0.9 • Published 2 years ago

ztyle v0.0.9

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Ztyle

Bunch of CSS classes.

Ztyle is not intended to be a small css library, the main goal the team follows is to have all minimum needed classes to build a project with almost no extra CSS.

The minified compiled output is a ~14mb file. Loading the full styles.css or styles.min.css can result in a very bad practice to your project. You should ALWAYS use a treeshake-css tool.

npm version

Documentation

Documentation available here

Installation

Install ztyle with your favorite package manager.

# with npm
> npm install ztyle --save

# with yarn
> yarn add ztyle

Usage

Load ztyle/styles.scss in your main SASS file.

@import "ztyle/styles.scss";
0.0.9

2 years ago

0.0.8

2 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.7

2 years ago

0.0.6

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago