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
Add the following test case in stylesheet.ts: equal(expand('dn!important'), 'display: none !important;');
Expected: the abbreviation expands to display: none !important;
Actual: the abbreviation expands to dn: important !important;
Add the following test case in
stylesheet.ts
:equal(expand('dn!important'), 'display: none !important;');
Expected: the abbreviation expands to
display: none !important;
Actual: the abbreviation expands to
dn: important !important;
Ref microsoft/vscode#137240
The text was updated successfully, but these errors were encountered: