This fork is a rebuild of MVP.css written in Tailwind CSS mostly to see how hard it'd be. This gives you a great starting point vs. having a blank unstyled document while allowing you to customize everything using TailwindCSS.
You'll want to use PurgeCSS to cut the final file size down to something that's more production ready.
More soon, but enjoy!
Out of the box CSS styling for HTML elements. No class names, no framework to learn.
Live demo: https://andybrewer.github.io/mvp/
:focus
styling back in for better tabbed navigation<a>
styling to use display: inline-block
for better focus outlines on buttons<label>
styling for checkbox
and radio
elements<pre>
styling to use pre-line
for better line breaks<details><summary>
tags<button>
line-height
and font
to match <a><b>
button styles--font
variablecheckbox
and radio
styling for <input>
fieldsdisabled
and readonly
styling<pre><code>
instead of <samp>
<select>
fields<details>
and <summary>
tagsprefers-color-scheme: dark
media query (commented out by default)<table>
styling