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
Something weird is going on when writing code in different "levels".
For example, in a "level 1" notation like below, no colon is entered when auto-completing a property, and some properties don't show up in the auto-complete list (like font-style). If I however add a second level element inside that one, all of the above suddenly works.
Except adding a semicolon at the end.
Example:
.level-1 {
width: 100%; // No automatic colon when auto-completing for "width"
font-style: normal; // "font-style" doesn't show up in the auto-complete list
.level-2 {
width: 100%; // Colon is automatically added when auto-completing "width"
font-style: normal; // Auto-completion for "font-style" works
}
}
Something weird is going on when writing code in different "levels".
For example, in a "level 1" notation like below, no colon is entered when auto-completing a property, and some properties don't show up in the auto-complete list (like font-style). If I however add a second level element inside that one, all of the above suddenly works.
Except adding a semicolon at the end.
Example:
Also see here: #37
The text was updated successfully, but these errors were encountered: