Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Snippet ending in !important not expanding properly in CSS #667

Open
rzhao271 opened this issue Nov 17, 2021 · 0 comments
Open

Snippet ending in !important not expanding properly in CSS #667

rzhao271 opened this issue Nov 17, 2021 · 0 comments

Comments

@rzhao271
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant