mirror of
https://github.com/picocss/pico.git
synced 2025-04-25 18:56:15 -04:00
Merge pull request #15 from lukas-kasticky:dev
Allow use of card component with `role="article"`
This commit is contained in:
commit
a8bbc686a3
2 changed files with 4 additions and 3 deletions
|
@ -37,7 +37,7 @@
|
|||
|
||||
// Components
|
||||
@use "components/accordion"; // details, summary
|
||||
@use "components/card"; // article
|
||||
@use "components/card"; // article, role="article"
|
||||
@use "components/dropdown"; // details.dropdown
|
||||
@use "components/group"; // role="group"
|
||||
@use "components/loading"; // aria-busy=true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue