example.jsx import css from "styled-jsx/css"; const style = css` h2 { margin-left: 20px; } .user-bio { margin-top: 12px; font-style: italic; } ...
確定! 回上一頁