mirror of
https://github.com/picocss/pico.git
synced 2025-04-30 04:49:13 -04:00
Initial commit 🚀
This commit is contained in:
commit
16c7596319
30 changed files with 5996 additions and 0 deletions
34
scss/pico.scss
Normal file
34
scss/pico.scss
Normal file
|
@ -0,0 +1,34 @@
|
|||
/*!
|
||||
* Pico.css v0.1.0 (https://picocss.com)
|
||||
* Copyright 2019 - Licensed under MIT
|
||||
*/
|
||||
|
||||
// Config
|
||||
@import "colors";
|
||||
@import "variables";
|
||||
|
||||
// Theming
|
||||
@import "themes/light";
|
||||
@import "themes/dark";
|
||||
|
||||
// Layout
|
||||
@import "layout/document"; // html
|
||||
@import "layout/sectioning"; // body, header, main, footer
|
||||
@import "layout/container"; // .container
|
||||
@import "layout/section"; // main > section
|
||||
@import "layout/grid"; // .grid
|
||||
@import "layout/scroller"; // figure
|
||||
|
||||
// Content
|
||||
@import "content/typography"; // a, headings, p, ul ...
|
||||
@import "content/form"; // label, input, select, ...
|
||||
@import "content/button"; // button, a[role=button]
|
||||
@import "content/table"; // table, tr, td, ...
|
||||
@import "content/code"; // pre, code, ...
|
||||
@import "content/miscs"; // hr, progress, template, [hidden]
|
||||
|
||||
// Components
|
||||
@import "components/accordion"; // details, summary
|
||||
@import "components/card"; // article
|
||||
@import "components/nav"; // nav
|
||||
@import "components/tooltip"; // data-tooltip
|
Loading…
Add table
Add a link
Reference in a new issue