mvp

MVP.css — Minimalist classless CSS stylesheet for HTML elements

MIT License

Downloads
4.9K
Stars
4.9K
Committers
16

Bot releases are visible (Hide)

mvp - v1.15 Latest Release

Published by ChristopherBilg 7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/andybrewer/mvp/compare/v1.14...v1.15

mvp - v1.14

Published by ChristopherBilg about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/andybrewer/mvp/compare/v1.13...v1.14

mvp - v1.13

Published by ChristopherBilg over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/andybrewer/mvp/compare/v1.12...v1.13

mvp - v1.12

Published by andybrewer about 2 years ago

Styled <input type="submit"> element to be the same as <button>

mvp - v1.11

Published by andybrewer about 2 years ago

  • Styled <dialog> element
mvp - v1.10.2

Published by andybrewer about 2 years ago

  • Updated <input type="text"> and <textarea> styling to be full-width elements
mvp - v1.9

Published by andybrewer about 2 years ago

  • Updated <input type-"range"> styling to allow user to select all numerical values
  • Added the option to handle a user's dark mode preference by using <html color-mode="user">
mvp - v1.8

Published by andybrewer about 3 years ago

  • Updated <p> to be full width
  • Added --color-link and --color-table variables
  • Added --active-brightness variable plus a:active and button:active styles
  • Uncommented dark mode
mvp - v1.7.3

Published by andybrewer over 3 years ago

Fixes <hr> width

mvp - v1.7

Published by andybrewer over 3 years ago

  • 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
mvp - v1.6.3

Published by andybrewer almost 4 years ago

  • Improved dropdown menu hovering and positioning
mvp - v1.6

Published by andybrewer over 4 years ago

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 use display: block and removed overflow styling
  • Updated font variable to font-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
mvp - v1.5

Published by andybrewer over 4 years ago

https://unpkg.com/[email protected]

  • Added browser default :focus styling back in for better tabbed navigation
  • Updated <a> styling to use display: inline-block for better focus outlines on buttons
  • Added <label> styling for checkbox and radio elements
  • Added striped <table>
mvp - v1.4

Published by andybrewer over 4 years ago

  • Updated <pre> styling to use pre-line for better line breaks
  • Added hover styling to <details><summary> tags