jeffcarp/fungible — explained in plain English
Analysis updated 2026-08-03 · repo last pushed 2013-12-10
Rapidly prototype a web page layout without writing any CSS files.
Build a quick wireframe or proof-of-concept using short class codes for spacing, colors, and text styles.
Keep all styling visible directly in HTML markup for fast iteration on an MVP.
| jeffcarp/fungible | gskinnerteam/scssbreakpointutility | clouder0/clouderblog | |
|---|---|---|---|
| Stars | 5 | 5 | 4 |
| Language | CSS | CSS | CSS |
| Last pushed | 2013-12-10 | 2016-07-26 | 2024-11-07 |
| Maintenance | Dormant | Dormant | Stale |
| Setup difficulty | easy | moderate | easy |
| Complexity | 2/5 | 1/5 | 2/5 |
| Audience | developer | designer | writer |
Figures from each repo's GitHub metadata at analysis time.
Just include the CSS file or install the gem, no external dependencies or configuration needed.
Fungible is a CSS toolkit that lets you style a web page by adding class names directly to your HTML, so you never have to write any CSS yourself. It is designed for moments when you need to put together a web page quickly and do not want to slow down to create a separate stylesheet just to get things looking right. Instead of writing CSS rules for things like spacing, borders, or text size, you use short class name codes. For example, adding the class "mfb" to an HTML element gives it a 1.0em margin on the bottom, and "fwb" makes the text bold. The README includes a chart showing which letters correspond to different sizes, directions, and styles. It covers the basics like background colors, text alignment, font sizes, and display settings. The naming system takes a little memorization, but once you know the codes, you can build a full layout directly in your HTML markup. This project would appeal to developers and designers who need to rapidly prototype or scaffold web pages. If you are building a quick proof-of-concept, a wireframe, or a minimum viable product and just need to get boxes, text, and spacing in place, this lets you do it without context-switching to a CSS file. It could also be handy for anyone who prefers to keep all their styling decisions visible right where the HTML is written. One notable tradeoff is how terse the class names are. While codes like "pbb" or "mfx" keep your markup compact, they are not immediately readable to someone who does not know the system. The project also includes a wishlist item for a tool that would strip out unused classes from the final file, keeping things lightweight, though that does not appear to be built yet. It can be installed via component or as a Ruby on Rails gem.
Fungible is a CSS toolkit that lets you style web pages using short class names in your HTML, so you never write CSS. Great for rapid prototyping when you need a page looking right fast.
Mainly CSS. The stack also includes CSS, Ruby on Rails.
Dormant — no commits in 2+ years (last push 2013-12-10).
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.