Skip to content

Commit

Permalink
feat: Prepped for v1.15 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherBilg authored Apr 4, 2024
1 parent 3f46236 commit 716457d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ NPM: <https://www.npmjs.com/package/mvp.css>

## Versions

### v1.15

* Add `text-wrap: balance`
* Only apply top border radii on first table header row
* fix(scrollbar): use transparent as track color
* feat(scrollbar): adjustable color using variable

### v1.14

* Added smooth scrolling by default
Expand Down
2 changes: 1 addition & 1 deletion mvp.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* MVP.css v1.14 - https://github.com/andybrewer/mvp */
/* MVP.css v1.15 - https://github.com/andybrewer/mvp */

:root {
--active-brightness: 0.85;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mvp.css",
"version": "1.14.0",
"version": "1.15.0",
"description": "A minimalist stylesheet for HTML elements",
"main": "mvp.css",
"repository": {
Expand Down

0 comments on commit 716457d

Please sign in to comment.