Skip to content

Commit

Permalink
Adding additional duplicate _colors with different file extension (.s…
Browse files Browse the repository at this point in the history
…css) (#58)

* Adding additional _colors with different file extension (.scss) as iotc is upgrading to node16 and is now using sass instead of node-sass
  • Loading branch information
hmmorales authored Mar 23, 2023
1 parent d6b96e0 commit 9f993fb
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# CHANGELOG
## v8.2.1
### Changed
- Added an additional instance of _colors with the file extensions .scss as IoTC is now using sass as opposed to node-sass and .scss are required to render styles.

## v8.2.0
## Changed
### Changed
- Updated colors to match fluent colors for light theme
- Added `--color-global-background-severe-warning` and `--color-global-foreground-severe-warning`
- Added `color-scheme` and `accent-color` CSS rules to themes to have a better default browser support.
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.2.0",
"version": "8.2.1",
"license": "MIT",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
5 changes: 5 additions & 0 deletions src/_colors.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/**
* Import palettes for different supported themes
*/
@import "./themes/color.light";
@import "./themes/color.dark";

0 comments on commit 9f993fb

Please sign in to comment.