-
Notifications
You must be signed in to change notification settings - Fork 191
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8be25af
commit bac9952
Showing
4 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected].1/mvp.css | ||
Unpkg: https://unpkg.com/[email protected].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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) ↗</b></a></p> | ||
<br><br> | ||
<p><sup>PRO TIP</sup> Add this code to a new HTML | ||
file:<br><br><code><link rel="stylesheet" href="https://unpkg.com/[email protected].1/mvp.css"></code></p> | ||
file:<br><br><code><link rel="stylesheet" href="https://unpkg.com/[email protected].2/mvp.css"></code></p> | ||
</header> | ||
<main> | ||
<hr> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters