Releases: andybrewer/mvp
Releases · andybrewer/mvp
v1.7.3
Fixes <hr>
width
v1.7
- Updated
<a>
to use--color
(primary color) - Updated
<section>
to handle overflow content - Updated
<section><img>
and<article><img>
to with within their containers by default - Added a showcase section to README
v1.6.3
- Improved dropdown menu hovering and positioning
v1.6
https://unpkg.com/[email protected]
- Added
[hidden]
styling to hide hidden elements - Updated alternate table rows to use
--color-accent
for a more branded look - Updated
<table>
to usedisplay: block
and removedoverflow
styling - Updated
font
variable tofont-family
- Updated
<pre>
,<code>
and<samp>
styling to have proper padding and recognize indented content - Updated
line-height
to be a number instead of a percentage
v1.5
https://unpkg.com/[email protected]
- Added browser default
:focus
styling back in for better tabbed navigation - Updated
<a>
styling to usedisplay: inline-block
for better focus outlines on buttons - Added
<label>
styling forcheckbox
andradio
elements - Added striped
<table>
v1.4
- Updated
<pre>
styling to usepre-line
for better line breaks - Added hover styling to
<details><summary>
tags