Commit graph

15 commits

Author SHA1 Message Date
Lucas Larroche
20556ec61e chore: build 2022-12-26 14:04:49 +07:00
Matia
f6aab47de2
docs: Fix bad path in customization
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";
````
2022-12-07 12:34:16 +01:00
Lucas Larroche
fbd77f27bf docs: changes paths to @picocss/pico in customization 2022-10-02 16:46:14 +07:00
Lucas Larroche
2e8fc0b9b8 docs: Fix canonical URLs 2022-09-13 01:22:47 +07:00
Lucas Larroche
f7ed336ac0 chore: rebuild 2022-02-27 16:59:36 +07:00
Lucas Larroche
df298eb4aa feat(accessibility): Add aria-current 2022-02-27 16:12:53 +07:00
Lucas Larroche
1c99a48332 Dropdown: Sidebar order 2022-01-23 10:34:14 +07:00
KiranMantha
f410f48c1c chore: updated docs as per contribution rules 2021-12-27 17:33:16 +05:30
Lucas Larroche
41314ab4b0 Revert "Merge branch 'master' into dev"
This reverts commit 6a6d67dbab, reversing
changes made to ba4bd765d8.
2021-12-19 09:50:55 +07:00
Lucas Larroche
d5544ea021
Revert "Feature: modal" 2021-11-08 00:12:34 +07:00
Lucas Larroche
13abfc4115 Build CSS, JS and Docs 2021-11-08 00:10:16 +07:00
Lucas Larroche
7a27d59d72 Docs: Toggle navigation icon default height 2021-11-02 10:49:54 +07:00
Lucas Larroche
6feb60dd42 Docs: code indentation 2021-11-02 10:46:55 +07:00
Lucas Larroche
c71144455b Docs: Sidebar styles 2021-11-02 00:20:55 +07:00
Lucas Larroche
bbb53c7dd4 Docs: separate pages 2021-10-31 21:33:19 +07:00