Skip to content
This repository has been archived by the owner on Nov 30, 2020. It is now read-only.

Commit

Permalink
feat(theme): Synchronise with mdc-web (#96)
Browse files Browse the repository at this point in the history
BREAKING CHANGES: Checkout the docs reference for the new mdc-theme CSS
classes.
  • Loading branch information
matsp committed Apr 24, 2018
1 parent 4f9e88c commit ae60fb8
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions components/base/themeClassMixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,10 @@ const themeProps = [
'primary',
'secondary',
'background',
'on-primary',
'on-secondary',
'primary-bg',
'secondary-bg',
'text-primary-on-primary',
'text-secondary-on-primary',
'text-hint-on-primary',
'text-disabled-on-primary',
'text-icon-on-primary',
'text-primary-on-secondary',
'text-secondary-on-secondary',
'text-hint-on-secondary',
'text-disabled-on-secondary',
'text-icon-on-secondary',
'text-primary-on-background',
'text-secondary-on-background',
'text-hint-on-background',
'text-disabled-on-background',
'text-icon-on-background',
'text-primary-on-light',
'text-secondary-on-light',
'text-hint-on-light',
Expand Down

0 comments on commit ae60fb8

Please sign in to comment.