Olive CSS 🫒
Utility-class vanilla CSS framework inspired by Tailwind syntax, easy to learn and hack, written in Lisp (Guile Scheme)
You can use this in any web project, Scheme or not, and it serves as a kind-of drop-in replacement for Tailwind.
This project is licensed under the Lesser GNU General Public License v3 or later.
You can read more about Olive CSS's features and syntax here, in the documentation page:
/jjba23/olive-css/src/branch/trunk/docs/olive/olive.org
You can also find olive-css technical Guile Scheme API documentation here:
https://jointhefreeworld.org/api-docs/olive-css/API.html
You can use Olive CSS like any other utility-class CSS framework, like this:
< div class = "m-2 px-4 py-6 bg-jeans-blue-500 md:bg-asparagus-300 hover:bg-tawny-700" > < span class = "text-white font-bold font-serif" > Hello Olive CSS! </ span > </ div >
... continue reading