Skip to content

Commit

Permalink
Update max-size-60 (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
PatoBeltran authored Mar 22, 2021
1 parent 8c4bc95 commit 51ba4e4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## v8.1.7
### Changed
- Updated `$max-size-60` to 46.25rem

## v8.1.6
### Changed
- Added `--color-content-background-tertiary` to be used as background below cards
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@microsoft/azure-iot-ux-fluent-css",
"description": "Azure IoT common styles library for CSS, Colors and Themes",
"version": "8.1.6",
"version": "8.1.7",
"license": "MIT",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/_constants.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ $max-size-20: 20rem;
$max-size-30: 25rem;
$max-size-40: 30rem;
$max-size-50: 40rem;
$max-size-60: 50rem;
$max-size-60: 46.25rem;
$max-size-70: 60rem;
$max-size-80: 70rem;
$max-size-90: 120rem;
Expand Down

0 comments on commit 51ba4e4

Please sign in to comment.