minno-css

1.0.0 • Public • Published

minno-css

This is a super simple clone of some of the functionality of jQuery.css. It exposes a single function that applies style to a dom element.

const el = document.getElementById('header');
 
// the following are equivalent
css(el, {color:'red', fontFamily:'sans-serif'});
css(el, {color:'red', 'font-family':'sans-serif'});

Readme

Keywords

none

Package Sidebar

Install

npm i minno-css

Weekly Downloads

1

Version

1.0.0

License

none

Unpacked Size

1.82 kB

Total Files

4

Last publish

Collaborators

  • eladzlot