export default function(prop: string) {
  return `mdc-theme--${prop}-bg`;
}
