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
The vscode-styled-components plugin is yet to have container query support, and is flagging container usage as unknown properties. The custom css workaround does not apply to styled components.
rossbulat
changed the title
CSS Container Queries to solve window-based resizing
Migrate to styled components v6 + use Container Queries for window-based resizing
Jun 15, 2023
Styled components 6 migration is now completed with #1222 . We can now utilise container queries via vanilla CSS and styled components, however intellisense is still not supported in VS Code.
rossbulat
changed the title
Migrate to styled components v6 + use Container Queries for window-based resizing
⏳ Container Query Styled Components Support Tracking Issue
Jul 19, 2023
Current browser support: https://caniuse.com/css-container-queries.
Blocker: Styled Components VS Code Support:
The
vscode-styled-components
plugin is yet to have container query support, and is flagging container usage as unknown properties. The custom css workaround does not apply to styled components.About CSS Container Queries
example using a container query:
The text was updated successfully, but these errors were encountered: