Skip to content
This repository was archived by the owner on Aug 27, 2020. It is now read-only.
This repository was archived by the owner on Aug 27, 2020. It is now read-only.

nested styles #3

Closed
Closed
@ahoyahoy

Description

@ahoyahoy

not working with

<style jsx>{`{
      div {
        background: yellow;

        span {
          color: blue;
        }
      }
    }`}</style>

Home.tsx: Nesting detected at 7:9. Unfortunately nesting is not supported by styled-jsx.

I dont know if css plugins are loaded.

Can you enhance styles loading with https://github.com/zeit/next-plugins/tree/master/packages/next-css ?

thx

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions