Const
Very useful for inline styles.
We just need a styled.div for our dummy literal, and for the Styled extension to pick-up and highlight / format / get insights from inline CSS.
styled.div
Checkout styled-components.vscode-styled-components on the VS Code marketplace.
styled-components.vscode-styled-components
VSCode extension: styled-components.vscode-styled-components
const myStyle = styled.div` font-weight: 700; font-size: 70px; color: white;`; Copy
const myStyle = styled.div` font-weight: 700; font-size: 70px; color: white;`;
Very useful for inline styles.
We just need a
styled.div
for our dummy literal, and for the Styled extension to pick-up and highlight / format / get insights from inline CSS.Checkout
styled-components.vscode-styled-components
on the VS Code marketplace.VSCode extension:
styled-components.vscode-styled-components