Closed dp1140a closed 3 months ago
Ina css file this will correctly display: background-color: rgb(30 66 159);
background-color: rgb(30 66 159);
But this will not: background-color: rgb(30 66 159 / var(--tw-bg-opacity));
background-color: rgb(30 66 159 / var(--tw-bg-opacity));
Css files are handled natively by the CSS plugin. For feature requests, please open an issue in JetBrains.
Ina css file this will correctly display:
background-color: rgb(30 66 159);
But this will not:
background-color: rgb(30 66 159 / var(--tw-bg-opacity));