mirror of
https://github.com/picocss/pico.git
synced 2025-04-20 08:45:06 -04:00
![]() The example on the [customization page](https://picocss.com/docs/customization.html) for importing components is wrong and should use the proper path in `node_modules`. ```diff // Import needed components - @import "@picocss/pico/scss/pico/layout/document"; + @import "@picocss/pico/scss/layout/document"; - @import "@picocss/pico/scss/pico/layout/sectioning"; + @import "@picocss/pico/scss/layout/sectioning"; ```` |
||
---|---|---|
.. | ||
css | ||
js | ||
scss | ||
src | ||
accordions.html | ||
buttons.html | ||
cards.html | ||
classless.html | ||
containers.html | ||
customization.html | ||
dropdowns.html | ||
forms.html | ||
grid.html | ||
index.html | ||
loading.html | ||
modal.html | ||
navs.html | ||
progress.html | ||
rtl.html | ||
scroller.html | ||
tables.html | ||
themes.html | ||
tooltips.html | ||
typography.html | ||
we-love-classes.html |