I came across a CSS selector with nesting square brackets like this in a library. Tried to search and understand what does it mean, but can't find any information. Can anyone explain it:
[['h1', 'h2', 'h3', 'h4', 'h5', 'h6']]: {
// CSS props here
}
Edit: it's in the style props of GlobalTheme component from emotion lib, the project using React.
styleprops of emotion library and the project is React.