Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.33 KB

README.md

File metadata and controls

30 lines (23 loc) · 1.33 KB

Hitch

A lightweight JavaScript engine that allows definition and use of new CSS selectors.

Rules using these selectors are hashed and managed by the engine (live) which simply attaches and detaches vanilla CSS classes (the rule's hash) as they gain or lose relevance, thereby allowing a common usage pattern which provides authors greater expressive abilities and helps keep presentation related rules in CSS.

Useful Links

Version

Current 0.6

Authors