Skip to content
This repository was archived by the owner on Dec 12, 2018. It is now read-only.
This repository was archived by the owner on Dec 12, 2018. It is now read-only.

postcss parent selector syntax error #3

@rokoroku

Description

@rokoroku

2018-02-26 2 27 08

.welcome {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0em;
  height: 100%;

  & > div:first-child {
    height: 100%;
    padding: 2em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;

    & > :nth-child(2) {
      font-size: 18px;
      font-weight: 900;
      color: #232323;
      margin: 1em 0;
    }
  }
}

I have no idea why this error occured even the syntax looks valid.

VS code version: 1.21.0-insider
postcss-syntax version: 2.0.0

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