Skip to content

Commit

Permalink
v1.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andybrewer committed Sep 13, 2022
1 parent 8be25af commit bac9952
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -6,13 +6,13 @@ Out of the box CSS styling for HTML elements. No class names, no framework to le

Live demo: https://andybrewer.github.io/mvp/

Unpkg: https://unpkg.com/mvp.css@1.10.1/mvp.css
Unpkg: https://unpkg.com/mvp.css@1.10.2/mvp.css

NPM: https://www.npmjs.com/package/mvp.css

## Versions

### v1.10.1
### v1.10.2
* Updated `<input type="text">` and `<textarea>` styling to be full-width elements

### v1.9
Expand Down
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -31,7 +31,7 @@ <h1>A <u>minimalist</u> stylesheet for HTML elements</h1>
download="mvp.css" href="./mvp.css" target="_blank"><b>Download MVP.css (9kb) &nearr;</b></a></p>
<br><br>
<p><sup>PRO TIP</sup> Add this code to a new HTML
file:<br><br><code>&lt;link rel="stylesheet" href="https://unpkg.com/mvp.css@1.10.1/mvp.css"&gt;</code></p>
file:<br><br><code>&lt;link rel="stylesheet" href="https://unpkg.com/mvp.css@1.10.2/mvp.css"&gt;</code></p>
</header>
<main>
<hr>
Expand Down
2 changes: 1 addition & 1 deletion mvp.css
@@ -1,4 +1,4 @@
/* MVP.css v1.9 - https://github.com/andybrewer/mvp */
/* MVP.css v1.10.2 - https://github.com/andybrewer/mvp */

:root {
--active-brightness: 0.85;
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "mvp.css",
"version": "1.10.1",
"version": "1.10.2",
"description": "A minimalist stylesheet for HTML elements",
"main": "mvp.css",
"repository": {
Expand Down

0 comments on commit bac9952

Please sign in to comment.