Issue: The CSS selector "h1" is not considered pure (pure selectors must include at least one local class or id)
5 | }
6 |
> 7 | h1 {
| ^
8 | font-size: 48px;
9 | text-align: center
Encountered this error while attempting to style elements that are not identified by an id or class. This problem is new to me and I have been working with Next.js for a while now. Seeking a solution but unable to find one at the moment.