Remove fallback colors

This commit is contained in:
Adam Wathan 2020-10-15 12:31:53 -04:00
parent 712fe7aeb8
commit ff866775a0
4 changed files with 1 additions and 25729 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -37,7 +37,7 @@ export default function withAlphaVariable({ color, property, variable }) {
return {
[variable]: '1',
[property]: [color, `rgba(${r}, ${g}, ${b}, var(${variable}))`],
[property]: `rgba(${r}, ${g}, ${b}, var(${variable}))`,
}
} catch (error) {
return {