mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Remove fallback colors
This commit is contained in:
parent
712fe7aeb8
commit
ff866775a0
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
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user