Skip to content

Commit

Permalink
feat(theme): rename all color_palette instances (#1479)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: _color_palette.scss has been renamed to _color-palette.scss in mdc-theme
  • Loading branch information
bonniezhou authored and Kenneth G. Franqueiro committed Oct 25, 2017
1 parent 924144b commit 375661d
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion demos/checkbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
@import "../packages/mdc-button/mdc-button";
@import "../packages/mdc-checkbox/mdc-checkbox";
@import "../packages/mdc-form-field/mdc-form-field";
@import "../packages/mdc-theme/color_palette";
@import "../packages/mdc-theme/color-palette";
@import "../packages/mdc-theme/mixins";
@import "../packages/mdc-typography/mdc-typography";

Expand Down
2 changes: 1 addition & 1 deletion demos/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

@import url("https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css");

@import "../packages/mdc-theme/color_palette";
@import "../packages/mdc-theme/color-palette";

// Base style
$mdc-theme-primary: $material-color-grey-900 !default;
Expand Down
2 changes: 1 addition & 1 deletion demos/fab.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
//

@import "./common";
@import "../packages/mdc-theme/color_palette";
@import "../packages/mdc-theme/color-palette";
@import "../packages/mdc-fab/mdc-fab";
@import "../packages/mdc-fab/mixins";

Expand Down
2 changes: 1 addition & 1 deletion demos/radio.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
@import "./common";
@import "../packages/mdc-form-field/mdc-form-field";
@import "../packages/mdc-radio/mdc-radio";
@import "../packages/mdc-theme/color_palette";
@import "../packages/mdc-theme/color-palette";
@import "../packages/mdc-typography/mdc-typography";

.mdc-radio.demo-radio--custom {
Expand Down
2 changes: 1 addition & 1 deletion demos/switch.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

@import "./common";
@import "../packages/mdc-switch/mdc-switch";
@import "../packages/mdc-theme/color_palette";
@import "../packages/mdc-theme/color-palette";
@import "../packages/mdc-typography/mdc-typography";

.demo-switch-wrapper {
Expand Down
2 changes: 1 addition & 1 deletion demos/theme/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
@import "../../packages/mdc-switch/mdc-switch";
@import "../../packages/mdc-tabs/mdc-tabs";
@import "../../packages/mdc-textfield/mdc-textfield";
@import "../../packages/mdc-theme/color_palette";
@import "../../packages/mdc-theme/color-palette";
@import "../../packages/mdc-theme/mixins";
@import "../../packages/mdc-theme/variables";
@import "../../packages/mdc-toolbar/variables";
Expand Down
File renamed without changes.

0 comments on commit 375661d

Please sign in to comment.