With version 2.1.0, using the `postcss-lit` custom syntax, compound interpolated expressions like this error ```css @media (min-width: 500px) and ${namedMedia.css.mobile} { /* ... */ } ``` whereas this doesn't ```css @media ${namedMedia.css.mobile} { /* ... */ } ```