By selecting or clearing check boxes in this page, you can compile the list of available
Context Actions.
When you select a specific context action, you can read its description in the bottom of the page.
ReSharper provides the following context actions for CSS:
Name
Description
Convert hex color to hsl()
Converts color value from hex literal to hsl()
Convert hex color to named
Converts color value from hex literal to named form
Convert hex color to rgb()
Converts color value from hex literal to rgb()
Convert hsl() to hex literal
Converts color value from hsl() to hex literal
Convert hsl() to named form
Converts color value from hsl() to named form
Convert hsl() to rgb()
Converts color value from hsl() to rgb()
Convert named color to hex form
Converts color value from named form to hex literal
Convert named color to hsl()
Converts color value from named form to hsl()
Convert named color to rgb()
Converts color value from named form to rgb()
Convert rgb() to hex literal
Converts color value from rgb() to hex literal
Convert rgb() to hsl()
Converts color value from rgb() to hsl()
Convert rgb() to named form
Converts color value from rgb() to named form
Replace var(…) with its fallback value
Replaces var(…) invocation with its fallback value if any