chore: build

This commit is contained in:
Lucas Larroche 2023-03-18 08:23:23 +07:00
parent e8b71d0998
commit 0b3d7949e8
10 changed files with 68 additions and 80 deletions

View file

@ -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