mbrandau / css-shortener

Utility to shorten CSS class names
MIT License
10 stars 1 forks source link

feat: modify HTML_CLASS_REGEX to match class surrounded by single quotation. #64

Closed Awen-hub closed 2 years ago

Awen-hub commented 2 years ago

A classname can be surrounded by double quotation and single quotation. But now our HTML_CLASS_REGEX only match the classname surrounded by double quotation.