jss 0.6.2

Create dynamic css easily using json notation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Changelog

## 0.6.2
- remove unused dep: `log`
- update dep `phf` to `0.11`

## 0.6.1
- add function `rgb`

## 0.6.0
- **breaking** formatting on the pretty variant now adds new line on start and end of the generated css style.

## 0.5.1
- add `as_i32` method for value. This is used for some html elements which needs i32 for setting the value such as: `HtmlLiElement`