1.3.0 • Published 10 years ago

style-set v1.3.0

Weekly downloads
2
License
MIT
Repository
github
Last release
10 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

10 years ago

1.2.0

10 years ago

1.1.0

10 years ago

1.0.9

10 years ago

1.0.8

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago