Skip to content

minnojs/minno-css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'});

About

A super simple clone of jQuery css

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published