JetBrains Rider 2017.2 Help

Context Actions for CSS

ReSharper provides the following context actions for CSS:

NameDescription
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
Last modified: 27 December 2017

See Also