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
By adding a css tagged template literal function, we could leverage existing IDE tools like syntax highlighting, Emmet completion, Prettier formatting and CSS intellisense via, e.g. vscode-styled-components extension:
The text was updated successfully, but these errors were encountered:
alexilyaev
changed the title
[Feature] Provide a global css tagged template literal function
[Feature] Provide a global css tagged template literal function for better IDE DX
Jan 7, 2024
EDIT: Sorry, didn't realize Feature Requests should go in Discussions 🙏🏼
#1423
Based on the example in
TIPS.md
> Adjust the CSS of ChoicesExpand code...
The CSS code is just a plain string in VS Code:
By adding a
css
tagged template literal function, we could leverage existing IDE tools like syntax highlighting, Emmet completion, Prettier formatting and CSS intellisense via, e.g. vscode-styled-components extension:The text was updated successfully, but these errors were encountered: