N
N
NikitaZA2018-04-07 19:41:50
css
NikitaZA, 2018-04-07 19:41:50

How to set up auto completion and syntax highlighting for nested css properties?

I use the postcss plugin to write nested css

.test{
  color: red;
  &:hover{
    color: #fff;
  }
}

In Vs code. The problem is autocomplete if more than two attachments autocomplete doesn't work, syntax highlighting doesn't work either. Help with solving this problem. If you write in simple css without postcss buns, then everything is fine.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question