make dynamic directives have a type
This commit is contained in:
parent
3b520a98ad
commit
ab63ec1471
2 changed files with 8 additions and 2 deletions
|
|
@ -24,7 +24,7 @@ export default {
|
|||
color: '#000000',
|
||||
alpha: 0.6
|
||||
}],
|
||||
'--profileTint': '$alpha(--background, 0.5)'
|
||||
'--profileTint': 'color | $alpha(--background, 0.5)'
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue