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
VSCode has updated their Typescript version, which added the feature to prevent organizing specific imports (like CSS overwriting files that needs to be imported last).
Quote from the Typescript PR:
when organizing imports in each block of newline-contiguous
Thus, we can now properly import the customCss files after the githubMarkdownCss files, and remove unnecessary !important CSS property that was previously needed.
The text was updated successfully, but these errors were encountered:
VSCode has updated their Typescript version, which added the feature to prevent organizing specific imports (like CSS overwriting files that needs to be imported last).
Quote from the Typescript PR:
Thus, we can now properly import the
customCss
files after thegithubMarkdownCss
files, and remove unnecessary!important
CSS property that was previously needed.The text was updated successfully, but these errors were encountered: