rustywind icon indicating copy to clipboard operation
rustywind copied to clipboard

Fix regex for parsing css classes

Open DanikVitek opened this issue 11 months ago • 1 comments

  • Replace class(Name)* with class(Name)?
  • Add support for (, ), ,, and # in class names

DanikVitek avatar Mar 28 '24 15:03 DanikVitek