1.3.0 • Published 9 years ago

style-set v1.3.0

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

StyleSet

StyleSet is a Javascript library to create CSS

travis npm

Install with npm

$ npm install style-set --save

Usage

Use with node.js

var styleSet = require('style-set');

Exemple :

var color = "#ffffff";

var style = styleSet({
    'background-color' : {
        red : true,
        white : false
    },
    color : color
});

// Append or edit style
style.set('height' , '200px');

License

MIT License

1.3.0

9 years ago

1.2.0

9 years ago

1.1.0

9 years ago

1.0.9

9 years ago

1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago