AtomMaterialUI / color-highlighter

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

CSS Function Parsing #149

Open dp1140a opened 4 months ago

dp1140a commented 4 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