Skip to content

Commit bac9952

Browse files
committed
v1.10.2
1 parent 8be25af commit bac9952

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ Out of the box CSS styling for HTML elements. No class names, no framework to le
66

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

9-
Unpkg: https://unpkg.com/mvp.css@1.10.1/mvp.css
9+
Unpkg: https://unpkg.com/mvp.css@1.10.2/mvp.css
1010

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

1313
## Versions
1414

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

1818
### v1.9

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ <h1>A <u>minimalist</u> stylesheet for HTML elements</h1>
3131
download="mvp.css" href="./mvp.css" target="_blank"><b>Download MVP.css (9kb) &nearr;</b></a></p>
3232
<br><br>
3333
<p><sup>PRO TIP</sup> Add this code to a new HTML
34-
file:<br><br><code>&lt;link rel="stylesheet" href="https://unpkg.com/mvp.css@1.10.1/mvp.css"&gt;</code></p>
34+
file:<br><br><code>&lt;link rel="stylesheet" href="https://unpkg.com/mvp.css@1.10.2/mvp.css"&gt;</code></p>
3535
</header>
3636
<main>
3737
<hr>

mvp.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* MVP.css v1.9 - https://github.com/andybrewer/mvp */
1+
/* MVP.css v1.10.2 - https://github.com/andybrewer/mvp */
22

33
:root {
44
--active-brightness: 0.85;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mvp.css",
3-
"version": "1.10.1",
3+
"version": "1.10.2",
44
"description": "A minimalist stylesheet for HTML elements",
55
"main": "mvp.css",
66
"repository": {

0 commit comments

Comments
 (0)