github-syntax-theme-generator
github-syntax-theme-generator copied to clipboard
fix: invalid selector causes a whole ignorance
::-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.