All notable changes to the "css-color-collector" extension will be documented in this file.
- Initial release.
- collect color values from cs file and assign into css variables.
- update README
- added screenshots and demo gif with absolute path.
- skip existing :root variables in css file.
- handle unicode selector names.
- update README with more detail.
- change command name collect colors .
- added settings to create separate file for collected variable.
- added support for new color format -
lch()
,oklab()
andcolor()
- updated logo.
- test cases updated.
- SCSS file support added, working for simple .scss file.
- new screenshot and option enable demo gif added.
- separate file created on same directory where the open file is.
- file name displayed in the information message.
- check whether opened css file is valid and saved.
- date and original file name added in the comment in new file.
- import statements skipped while parsing.
- keyboard shortcut available for scss and less file.
- fixed issue of changing white-space property into variable issue
- handle when named color in [data-attribute=property] selector
- handle when there is (num, num, num) in other property such as
cubic-bezier(0.65 -0.02, 0.72, 0.29)
- parse minify css.
- import and selector regex updated.
- README.MD updated.
- added sample css file link in README to test
- images and gif updated.
- added sample css file link in README
- images and gif updated in README
- capture color while
none
keyword used in color syntax. - handle scenarios when whitespace around
()
in color syntax. - test case updated
- User settings changes affects immediately.
- rename extension name in Title case.
- in scss file; escape
$
against color name - when id, selector name similar to hex color and then escape if selector followed by
{
after selector
- Added badges in README