[jss-nested] container.indexOf is not a function
Open
bug
complexity:moderate
plugin
- Dominant language
- JavaScript
- Stars
- 7.1k
- Forks
- 386
- PR merge metrics
- No merged PRs in 30d
Description
```
'@global a': {
'font-family': 'Source Sans Pro, sans-serif',
'font-weight': '600',
'color': 'white',
'&:focus': {
color: '#FF7EBF'
},
'&:hover': {
color: '#FF7EBF'
}
},
```
This code generate error container.indexOf is not a function. I am using default preset.
Contributor guide
Assessment
This issue has not been assessed yet.