skullface

Results 4 comments of skullface

This is a problem not just for negative _numbers_ in token names, but tokens with values starting in a hyphen. My design system contains the following sizing tokens: ```json "sm":...

Experiencing the same issue here with a GitHub-hosted runner. Minimum reproducible steps: ```yaml name: Lighthouse on: [pull_request] jobs: lighthouse: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - name: Audit performance with...

I got the same error with Node v12.14.0 on MacOS 10.15.4.

Working on it today, thanks for your patience!