mirror of
https://github.com/picocss/pico.git
synced 2025-04-22 09:26:14 -04:00
chore: build documentation
This commit is contained in:
parent
c6e7370276
commit
3e8cb8560e
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
|||
<i>--switch-color</i>: <u>var</u>(<i>--primary-inverse</i>);
|
||||
<i>--switch-checked-background-color</i>: <u>var</u>(<i>--primary</i>);
|
||||
}
|
||||
</code></pre><p>You can find all the CSS variables used in the default theme here: <a href="https://github.com/picocss/pico/blob/master/css/themes/default.css">css/themes/default.css</a></p><h3>Importing Pico SASS library</h3><p>We recommend customizing Pico by importing SASS source files into your project. This way, you can keep Pico up to date without conflicts since Pico code and your custom code are separated.</p><p>Compile the SASS file to CSS to get a custom version of Pico.</p><pre><code><em>/* Custom <span class="name"> </span>version */</em>
|
||||
</code></pre><p>You can find all the CSS variables used in the default theme here: <a href="https://github.com/picocss/pico/blob/v1-dev/css/themes/default.css">css/themes/default.css</a></p><h3>Importing Pico SASS library</h3><p>We recommend customizing Pico by importing SASS source files into your project. This way, you can keep Pico up to date without conflicts since Pico code and your custom code are separated.</p><p>Compile the SASS file to CSS to get a custom version of Pico.</p><pre><code><em>/* Custom <span class="name"> </span>version */</em>
|
||||
|
||||
<em>// Override default variables</em>
|
||||
<i>$primary-500</i>: <u class="c500">…</u>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue