Skip to content

Commit

Permalink
Move to 7.0.0 and remove old deprecated themes
Browse files Browse the repository at this point in the history
  • Loading branch information
PatoBeltran committed Oct 28, 2019
1 parent 400b32a commit 4052888
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 600 deletions.
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": "7.0.0-alpha.31",
"version": "7.0.0",
"license": "MIT",
"engines": {
"node": "^8.0.0"
Expand Down
13 changes: 0 additions & 13 deletions src/_color.palette.scss
Original file line number Diff line number Diff line change
Expand Up @@ -82,19 +82,6 @@

// @todo remove
// [Deprecated] Legacy colors
--color-grey-1: #F2F2F2;
--color-grey-4: #AEAEAE;
--color-grey-8: #3F3F3F;
--color-grey-01: #2D2F33;
--color-grey-11: #252728;
--color-grey-12: #212121;
--color-grey-14: #1A1D1E;
--color-grey-55: #515151;

--color-err-1: #D02E00;
--color-info-1: #DCDCDC;
--color-warn-1: #FFD629;

--color-green-1: #01b8aa;
--color-green-2: #6be8dc;
--color-green-3: #59cec3;
Expand Down
2 changes: 0 additions & 2 deletions src/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@
*/

@import "color.palette";
@import "./dark/color.defaults";
@import "./dark/color.fluent";
@import "./light/color.defaults";
@import "./light/color.fluent";
291 changes: 0 additions & 291 deletions src/dark/_color.defaults.scss

This file was deleted.

Loading

0 comments on commit 4052888

Please sign in to comment.