mirror of
https://github.com/zoriya/yoshiki.git
synced 2026-06-04 03:06:15 +00:00
Order the atomic css to handles more specific cases
This commit is contained in:
@@ -69,7 +69,14 @@ export default function Home(props: object) {
|
||||
<h2>Learn →</h2>
|
||||
<p>Learn about Next.js in an interactive course with quizzes!</p>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
<div
|
||||
{...css({
|
||||
hover: {
|
||||
background: { xs: "red", sm: "blue", md: "green" },
|
||||
},
|
||||
})}
|
||||
>
|
||||
<a href="https://github.com/vercel/next.js/tree/canary/examples">
|
||||
<h2>Examples →</h2>
|
||||
<p>Discover and deploy boilerplate example Next.js projects.</p>
|
||||
|
||||
Reference in New Issue
Block a user