AtomMaterialUI / color-highlighter

JetBrains plugin to preview colors directly from within the code.
MIT License
46 stars 26 forks source link

CSS Function Parsing #149

Closed dp1140a closed 3 months ago

dp1140a commented 9 months ago

Ina css file this will correctly display: background-color: rgb(30 66 159); image

But this will not: background-color: rgb(30 66 159 / var(--tw-bg-opacity)); image

mallowigi commented 3 months ago

Css files are handled natively by the CSS plugin. For feature requests, please open an issue in JetBrains.