Skip to content

Commit

Permalink
i guess we commit the build for this one
Browse files Browse the repository at this point in the history
  • Loading branch information
chantastic committed Nov 28, 2024
1 parent 79547f0 commit e906d8e
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions avocss.dev/_site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="https://unpkg.com/mvp.css">
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🥑</text></svg>">
<title>AVO CSS Methodoly with chantastic</title>
<link rel="stylesheet" href="https://unpkg.com/mvp.css" />
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🥑</text></svg>">
<title>AVO CSS Methodology with chantastic</title>
<style>
/* html,
html,
body {
margin: 0;
padding: 0;
Expand All @@ -19,8 +19,13 @@

h1 {
font-weight: 800;
} */
}
</style>
<script
src="https://cdn.usefathom.com/script.js"
data-site="OHJLXEFB"
defer
></script>
</head>
<body>
<main style="max-width: 60ch"><header>
Expand Down Expand Up @@ -51,7 +56,8 @@ <h3>Value</h3>
}
</code></pre>
<h3>Key-value</h3>
<pre><code class="language-css"> --avatar--size: 4rem;
<pre><code class="language-css">[data-avatar~=&quot;size:large&quot;] {
--avatar--size: 4rem;
}
</code></pre>
<h3>Composition</h3>
Expand Down

0 comments on commit e906d8e

Please sign in to comment.