Merge pull request #6 from e-simpson/outline-pr #63
Annotations
5 errors
|
Test on node@vlts/*
Process completed with exit code 1.
|
|
Test on node@vlts/*:
src/parser/colors.ts#L123
Replace `⏎····cls.startsWith("outline-")·&&⏎····!cls.match(/^outline-[0-9]/)·&&⏎····!cls.startsWith("outline-offset-")⏎··` with `cls.startsWith("outline-")·&&·!cls.match(/^outline-[0-9]/)·&&·!cls.startsWith("outline-offset-")`
|
|
|
|
|
|
Test on node@vlts/*:
src/parser/colors.ts#L15
Replace `⏎··cls:·string,⏎··customColors?:·Record<string,·string>⏎` with `cls:·string,·customColors?:·Record<string,·string>`
|