We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I was trying to use multiple ranges in a bg/focus attribute, I tried this:
```javascript src/index.js bg=7,12:17,29:31,34
but I get the error Error: Invalid number "7,12" in focus string.
Error: Invalid number "7,12" in focus string
Am I using the wrong syntax or is this not yet supported?