1.2.6 • Published 5 months ago

cwf-lite v1.2.6

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

Claritas Web Framework lite (cwf-lite)

A very lightweight but modern css framework.

Documentation

Status

Current version CSS size CSS gzip size

Quick start

For best results install via npm or yarn:

yarn add cwf-lite --dev
npm install cwf-lite -D

Once installed, import the source css file from node_modules/cwf-lite/dist/index.css into your projects css file:

@import "cwf-lite/dist/index.css";

Customisation

cwf-lite uses css variables with defaults, this means that it will work out for the box (but won't look very good). However, should you wish to change a css property you can update the variable in your project css. There are three main ways of doing this:

In the :root
:root {
  --card-background: red;
}
In the css selector
.card {
  --card-background: red;
}
Overriding the variable in the css selector (not recommended)
.card {
  background: red;
}
1.2.6

5 months ago

1.2.5

5 months ago

1.2.4

5 months ago

1.2.3

8 months ago

1.2.2

8 months ago

1.2.1

9 months ago

1.2.0

9 months ago

1.1.1

10 months ago

1.1.0

10 months ago

1.1.2

10 months ago

1.0.93

11 months ago

1.0.92

11 months ago

1.0.9

12 months ago

1.0.91

12 months ago

1.0.8

12 months ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.0.8

1 year ago

0.0.91

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.3

1 year ago

0.0.4

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago