Closed
Description
Information
- Language: Sass
- Plugins: inline-color
Description
When prism renders Sass using inline-color
plugin, if a class selector has a color name, the inline color preview is displayed.
Code snippet
Test page - though it doesn't display usage of plugins.
.lucidagrande-normal-
black-14px
color: var(--black)
font-family: var(--font-family-lucidagrande)
font-size: var(--font-size-m)
Expected behavior
Class names / any other selector should not use inline-color plugin.