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
constfocus=true ? 'focus-visible' : 'focus';conststyles=css`/* A space is inserted after the ':' which breaks the pseudoclass */ .content:${focus} {border-color: red; }`;
Output:
constfocus=true ? "focus-visible" : "focus";conststyles=css`/* A space is inserted after the ':' which breaks the pseudoclass */ .content:${focus} {border-color: red; }`;
prettier/prettier#11400:
Prettier 2.3.2
Playground link
Input:
Output:
ugly workaround from @brodybits:
Prettier 2.3.2
Playground link
Input:
Output:
The text was updated successfully, but these errors were encountered: