0.2.2 • Published 6 years ago

style-transform v0.2.2

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

Style Transform

A toolkit for fast and flexible manipulation of css-in-js styles.

npm install --save style-transform

Overview

Style Transform is a utility library for working with 'CSS in JS' style objects as simply as any other JS objects.

Specifically, these utilities smooth over the difficulties of working with CSS shorthand properties, as well as numeric properties provided as strings, which cause problems when working with style objects.

// given the provided style object:
// style = { margin: 20, fontSize: '16px' }

// returns undefined, not 20
style.marginTop;

// returns NaN, not 24
style.fontSize * 1.5;
0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.11

6 years ago

0.1.10

6 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

1.0.1

8 years ago

1.0.0

8 years ago