Order the atomic css to handles more specific cases

This commit is contained in:
Zoe Roux
2022-11-16 18:35:09 +09:00
parent d60e27cf77
commit bf58c6f537
4 changed files with 94 additions and 10 deletions
+8 -1
View File
@@ -69,7 +69,14 @@ export default function Home(props: object) {
<h2>Learn &rarr;</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 &rarr;</h2>
<p>Discover and deploy boilerplate example Next.js projects.</p>