mirror of
https://github.com/picocss/pico.git
synced 2025-04-23 18:06:14 -04:00
Add progress bar
This commit is contained in:
parent
fffb32dd7c
commit
c74bb0eabe
11 changed files with 273 additions and 28 deletions
|
@ -28,13 +28,14 @@
|
|||
@import "content/table"; // table, tr, td, ...
|
||||
@import "content/code"; // pre, code, ...
|
||||
@import "content/accessibility"; // -ms-touch-action, aria-*
|
||||
@import "content/miscs"; // hr, progress, template, [hidden], dialog, canvas
|
||||
@import "content/miscs"; // hr, template, [hidden], dialog, canvas
|
||||
|
||||
// Components
|
||||
@import "components/accordion"; // details, summary
|
||||
@import "components/card"; // article
|
||||
@import "components/card-sectioning"; // article > header, footer, pre
|
||||
@import "components/nav"; // nav
|
||||
@import "components/progress"; // progress
|
||||
@import "components/tooltip"; // data-tooltip
|
||||
|
||||
// Reduce motion
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue