Morr & Tacc
Morr and Tacc were my attempts at creating my own micro-libraries. I may revisit them in the future, but they are for now adbandonware.
Morr was a CSS micro-framework that styled native HTML elements and only provided a handful of helpers. I was tired of importing massive CSS frameworks only to rewrite most of the styles, so I built Morr to be a stylized CSS reset.
Tacc was literally a jQuery syntax clone for nostalgia purposes. Using the very familiar $('selector') syntax, it managed classes for HTML elements.