meouwu-dev / css-var-color-decorator

View and edit css variables with color decorators
MIT License
7 stars 0 forks source link

css-var-color-decorator README

View and edit css variables with color decorators (HSL and HSLA only)

Usages

add color decorator to css variable

<img alt="color decorator" src="https://raw.githubusercontent.com/meouwu-dev/css-var-color-decorator/master/assets/feature-color-decorator.gif" width="640" />

convert hex to hsl

<img alt="hex2Hsl" src="https://raw.githubusercontent.com/meouwu-dev/css-var-color-decorator/master/assets/feature-hex2hsl.gif" width="640" />

Features

When using tailwindcss css variables, we must exclude the color space function or opacity modifiers won't work (ref). However, this makes it difficult to see what color a variable is set to.

Settings

cssVarColorDecorator.supportedLanguages

Use this setting to add support for other languages. Default value is ["css", "scss", "tailwindcss"]

Example:

add support for html

"cssVarColorDecorator.supportedLanguages": ["css", "scss", "tailwindcss", "html"]

Limitations

TODO

[ ] add support for other color formats

Extension Settings

TODO

Known Issues

Release Notes

1.0.0

Initial release

added color decorator to css variables

1.1.0

added command color.hex2Hsl


Enjoy!