Skip to content

Commit 8b7ad26

Browse files
Merge pull request #100 from andybrewer/cb/v1.13-release
Preparing for v1.13 tag release
2 parents 02115ec + fd8d801 commit 8b7ad26

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,22 @@ NPM: https://www.npmjs.com/package/mvp.css
1212

1313
## Versions
1414

15+
### v1.13
16+
* Styled `<a>` element to be underlined by default
17+
* Styled scrollbar to be in-line with MVP styling
18+
1519
### v1.12
1620
* Styled `<input type="submit">` element to be the same as `<button>`
1721

1822
### v1.11
19-
* Styled `<dialog>` element
23+
* Styled `<dialog>` element
2024

2125
### v1.10.2
22-
* Updated `<input type="text">` and `<textarea>` styling to be full-width elements
26+
* Updated `<input type="text">` and `<textarea>` styling to be full-width elements
2327

2428
### v1.9
2529
* Updated `<input type="range">` styling to allow user to select all numerical values
26-
* Added the option to handle a user's dark mode preference by using `<html color-mode="user">`
30+
* Added the option to handle a user's dark mode preference by using `<html color-mode="user">`
2731

2832
### v1.8
2933
* Updated `<p>` to be full width

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 id="currentVersion" onclick="copyText('currentVersion');">&lt;link rel="stylesheet" href="https://unpkg.com/mvp.css@1.12/mvp.css"&gt; <img src="./img/icon-copy.png" height="15" width="15" style="position: relative; top: 3px;"></code></p>
34+
file:<br><br><code id="currentVersion" onclick="copyText('currentVersion');">&lt;link rel="stylesheet" href="https://unpkg.com/mvp.css"&gt; <img src="./img/icon-copy.png" height="15" width="15" style="position: relative; top: 3px;"></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.12 - https://github.com/andybrewer/mvp */
1+
/* MVP.css v1.13 - 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.12.0",
3+
"version": "1.13.0",
44
"description": "A minimalist stylesheet for HTML elements",
55
"main": "mvp.css",
66
"repository": {

0 commit comments

Comments
 (0)