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

postcss parent selector syntax error #3

Open
rokoroku opened this issue Feb 26, 2018 · 0 comments
Open

postcss parent selector syntax error #3

rokoroku opened this issue Feb 26, 2018 · 0 comments

Comments

@rokoroku
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant