You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Try triggering completions in the below content in a css file at the position where the | is. You will see completions being provided for selectors instead of property names
.foo {
one
margin: 10px;
m|
}
.foo {
one
}
.bar {
margin: 10px;
m|
}
.foo {
margin: 10px
padding: 10px;
m|
}
The text was updated successfully, but these errors were encountered:
Try triggering completions in the below content in a css file at the position where the
|
is. You will see completions being provided for selectors instead of property namesThe text was updated successfully, but these errors were encountered: