0.1.8 • Published 3 months ago

kwik-css v0.1.8

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

kwik-css

The minimal css classes needed to get started with most projects in my opinion.

Not supposed to be an alternative to Tailwind or Bootstrap but can be used when you just some utility classes and will most likely write most of your styles yourself.

Installation

NPM

npm i kwik-css

Usage

import 'kwik-css/kwik.css';

Padding

.p-<number>
.pt-<number>
.pr-<number>
.pb-<number>
.pl-<number>

Ranges from 0 to 5 with values all in em

Margin

.m-<number>
.my-auto
.mx-auto
.mt-auto
.mb-auto
.ml-auto
.mr-auto
.mt-<number>
.mr-<number>
.mb-<number>
.ml-<number>

Ranges from 0 to 5 with values all in em

Display

.block
.inline-block

.flex

/* should be used with flex */
.column
.row

.grow /*flex-grow: 1*/
.center /* center items */
.wrap
.jc-center /* justify-content: center */
.jc-between /* justify-content: space-between */
.jc-evenly /* justify-content: space-evenly */

/* align-items */
.items-start
.items-center
.items-end

Positioning

.fixed
.absolute
.relative
.top-0
.left-0
.right-0
.bottom-0
0.1.8

3 months ago

0.1.7

4 months ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago