For use in my own projects… This is Tailwind CSS plus:
-
My color palette. I have used these colors over the years, and find no need to give them names. My muscle memory has been trained to type out these color codes already, and some colors have been chosen to be easy to type. Therefore, they will be referred to by their hex color code, e.g.
bg-#353433 text-#e9e8e7
.As my personal palette is very limited, Tailwind CSS’ color palettes stay intact.
-
My font stack.
This project has its own versioning, and does not follow Tailwind’s versioning.
Some of my projects involves rendering Markdown contents.
However, Tailwind doesn’t come with any styling for prose.
Therefore, I added a class .markdown-body
with default styling for Markdown contents based on stylesheets from GitHub’s Primer CSS.