mirror of
https://github.com/zoriya/yoshiki.git
synced 2026-06-07 04:05:11 +00:00
Add shorthands support
This commit is contained in:
@@ -36,7 +36,7 @@ export default function Home(props: object) {
|
||||
</h1>
|
||||
|
||||
<Box />
|
||||
<Box {...css({ background: "blue" })} />
|
||||
<Box {...css({ bg: "blue", p: "12px" })} />
|
||||
|
||||
<p>
|
||||
Get started by editing <code>pages/index.tsx</code>
|
||||
|
||||
Reference in New Issue
Block a user