make dynamic directives have a type

This commit is contained in:
Henry Jameson 2024-02-19 00:25:28 +02:00
commit ab63ec1471
2 changed files with 8 additions and 2 deletions

View file

@ -24,7 +24,7 @@ export default {
color: '#000000',
alpha: 0.6
}],
'--profileTint': '$alpha(--background, 0.5)'
'--profileTint': 'color | $alpha(--background, 0.5)'
}
},
{