Skip to content

mboussaid/JSS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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',
	....


})

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published