VSCode автоматически обновляет селекторы SASS при переименовании в HTML ⇐ CSS
-
Anonymous
VSCode автоматически обновляет селекторы SASS при переименовании в HTML
I am trying to find an extension that will automatically update my SASS/CSS file when I rename a selector inside my HTML file. Does such an extension exist?
For example, if I rename...
div class="main-title" to div class="primary-title"
Then it would automatically update my SASS selector from...
.main-title to .primary-title.
Источник: https://stackoverflow.com/questions/781 ... ed-in-html
I am trying to find an extension that will automatically update my SASS/CSS file when I rename a selector inside my HTML file. Does such an extension exist?
For example, if I rename...
div class="main-title" to div class="primary-title"
Then it would automatically update my SASS selector from...
.main-title to .primary-title.
Источник: https://stackoverflow.com/questions/781 ... ed-in-html
Мобильная версия