styled-components
$ npm install styled-components
$ npm install @types/styled-components
code:ts
import styled from 'styled-components'
const LargeP = styled.p`
font-size: 200%;
`
-----
---
This page is auto-translated from /nishio/styled-components. If you looks something interesting but the auto-translated English is not good enough to understand it, feel free to let me know at @nishio_en. I'm very happy to spread my thought to non-Japanese readers.