andybrewer / mvp

MVP.css — Minimalist classless CSS stylesheet for HTML elements
https://andybrewer.github.io/mvp/
MIT License
4.98k stars 192 forks source link

github-pages needs redeployed #121

Closed thrivingproject closed 1 week ago

thrivingproject commented 1 week ago

The site still has the old stylesheet which lacks the fix from https://github.com/andybrewer/mvp/pull/119. The fix added a missing comma that's needed to set the width of textarea elements. The site was last deployed before that fix, so when users download mvp.css from the site they get the old stylesheet, which is missing the comma.

ChristopherBilg commented 1 week ago

@andybrewer

edit: v1.16 has been updated in the repository and just needs to be deployed.

andybrewer commented 1 week ago

Thanks! I redeployed the site and it's pulling in v1.16 now.

Also, I created a release here: https://github.com/andybrewer/mvp/releases/tag/v1.16 but feel free to edit as you see fit

andybrewer commented 1 week ago

Also, I updated the README.md to remove the release notes and contributors since GitHub has those featured in the sidebar now. I also removed the showcase because of the potential for dead links and folks switching to a different stylesheet.