mirror of
https://github.com/picocss/pico
synced 2025-07-05 09:46:07 +00:00
Merge pull request #475 from TwelveNights/update-css-link
doc: target v1 default.css in v1 documentation
This commit is contained in:
commit
1a7fc0c830
@ -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>;
|
||||
|
@ -123,7 +123,7 @@
|
||||
<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"
|
||||
href="https://github.com/picocss/pico/blob/v1-dev/css/themes/default.css"
|
||||
>css/themes/default.css</a
|
||||
>
|
||||
</p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user