Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mboussaid/JSS
A simple javascript library that allows you to change the style of elements
https://github.com/mboussaid/JSS
css javascript jquery js library
Last synced: 3 months ago
JSON representation
A simple javascript library that allows you to change the style of elements
- Host: GitHub
- URL: https://github.com/mboussaid/JSS
- Owner: mboussaid
- License: mit
- Created: 2021-02-10T11:33:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-02-10T11:37:21.000Z (over 3 years ago)
- Last Synced: 2024-06-17T20:02:03.773Z (5 months ago)
- Topics: css, javascript, jquery, js, library
- Language: JavaScript
- Homepage: https://mboussaid.github.io/JSS/
- Size: 43.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-morocco - JSS - A minimal `javascript` library that allows you to change the style of elements By [@mboussaid](https://github.com/mboussaid) (Uncategorized / Uncategorized)
README
# JSS (JAVASCRIPT STYLE SHEET)
A simple javascript library that allows you to change the style of elements
### How to use
> Syntax
```javascript
///[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-bottomjss('element',
{
property1 : 'value1',
property2 : 'value2',
....})