Reactを使った開発を学んでいるところなのですが、styled componentsでEmmet記法を使うにはどうしたらいいのでしょうか?
現状ですと、「w100」と入力してTabキーを押すとw100の後にインデントが入るだけです。
また、スニペットも使いたいのですが一切効きません。
そもそも、styled componentsでEmmet記法やスニペットを使おうという発想そのものが何か間違っているのでしょうか?
jsx
1import styled from "styled-components"; 2 3export const Button = () => { 4 return ( 5 <Sbutton>完了</Sbutton> 6 ); 7}; 8 9const Sbutton = styled.button` 10height: 100px; 11`;

回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。