github-syntax-theme-generator icon indicating copy to clipboard operation
github-syntax-theme-generator copied to clipboard

fix: invalid selector causes a whole ignorance

Open YunzheZJU opened this issue 4 years ago • 0 comments

::-moz-selection is not recognized by Chrome, leading to the whole selector generated being invalid and ignored. Splitting them into 2 parts should resolve this issue.

Further optimizations can be made to let these two parts DRY.

YunzheZJU avatar Feb 09 '21 09:02 YunzheZJU