Doesn't highlight color on rgba less function when using variables/hex
Abierto
enhancement
- Lenguaje dominante
- CoffeeScript
- Estrellas
- 518
- Forks
- 70
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
It doesn't highlight the color when you use the rgba less function like this:
`color: rgba(red(#ffffff), green(#ffffff), blue(#ffffff), 0.7);`
or
`color: rgba(red(@color), green(@color), blue(@color), 0.7);`
Note that it **does** work with rgb function but not rgba.
Using ATOM v1.16.0 on Windows 10
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.