/JSS

A simple javascript library that allows you to change the style of elements

Primary LanguageJavaScriptMIT LicenseMIT

JSS (JAVASCRIPT STYLE SHEET)

A simple javascript library that allows you to change the style of elements

How to use

Syntax

///[Alert!] please use the camelcase for property value 
/// it means that you need to use backgroundColor instead of background-color
/// [examples]
//// borderRadius instead of border-radius
//// paddingBottom instead of padding-bottom

jss('element',
{
	property1 : 'value1',
	property2 : 'value2',
	....


})