jec.fish
大家好
/* CSS-in-JS */
...
sheet
.
insertRule
(
`
h1 {
background: pink;
}
`
)
;
...