stylemark icon indicating copy to clipboard operation
stylemark copied to clipboard

Is match regex working?

Open msapalas opened this issue 6 years ago • 1 comments

I'm trying to add match as regex, where it should match and use for generator only files with specific extension:

match:
  - '/.*\.(sass|scss|less|css)/g'

But I'm not getting any matches or generated code.

On the regex tester looks all fine: https://www.regextester.com/108405

Has someone a successfull example how to use 'match' with regex?

msapalas avatar Mar 15 '19 18:03 msapalas

This might be a case of YAML -> RegExp not working correctly. We'll investigate!

mpetrovich avatar Mar 20 '19 01:03 mpetrovich