mirror of
https://github.com/picocss/pico.git
synced 2025-04-24 18:26:14 -04:00
chore: build
This commit is contained in:
parent
e8b71d0998
commit
0b3d7949e8
10 changed files with 68 additions and 80 deletions
|
@ -18,7 +18,7 @@
|
|||
@use "content/link"; // a, role="link"
|
||||
@use "content/typography"; // headings, p, ul, blockquote, ...
|
||||
@use "content/embedded"; // audio, canvas, iframe, img, svg, video
|
||||
@use "content/button"; // button, a[role="button"], type="button", type="submit" ...
|
||||
@use "content/button"; // button, [role="button"], type="button", type="submit" ...
|
||||
@use "content/table"; // table, tr, td, ...
|
||||
@use "content/code"; // pre, code, ...
|
||||
@use "content/miscs"; // hr, template, [hidden], dialog, canvas
|
||||
|
@ -35,7 +35,7 @@
|
|||
// Components
|
||||
@use "components/accordion"; // details, summary
|
||||
@use "components/card"; // article
|
||||
@use "components/dropdown"; // dropdown
|
||||
@use "components/dropdown"; // details[role="list"]
|
||||
@use "components/loading"; // aria-busy=true
|
||||
@use "components/modal"; // dialog
|
||||
@use "components/nav"; // nav
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue