UNPKG

1.86 kBSCSSView Raw
1/*!
2 * Pico.css v1.0.5 (https://picocss.com)
3 * Copyright 2020 - Licensed under MIT
4 *
5 * Slim version example
6 * You can export only the modules you need
7 */
8
9
10// Config
11// --------------------
12
13// Enable responsive spacings for <header>, <main>, <footer>, <section>, <article>
14$enable-responsive-spacings: false;
15
16// Enable validation states for <input>
17$enable-input-states: false;
18
19// Enable transitions for <a>, <button>, <input>, <details>
20$enable-transitions: false;
21
22
23// Pico Lib
24// --------------------
25
26// Config
27@import "variables";
28
29// Theming
30@import "themes/default";
31
32// Layout
33@import "layout/document"; // html
34@import "layout/sectioning"; // body, header, main, footer
35@import "layout/container"; // .container, .container-fluid
36// @import "layout/section"; // section
37@import "layout/grid"; // .grid
38@import "layout/scroller"; // figure
39
40// Content
41@import "content/typography"; // a, headings, p, ul, blockquote ...
42@import "content/form"; // label, input, select, ...
43@import "content/form-checkbox-radio"; // type=checkbox, type=radio, role=switch
44@import "content/button"; // button, a[role=button], ...
45// @import "content/button-styles"; // .secondary, .contrast, .outline
46@import "content/table"; // table, tr, td, ...
47// @import "content/code"; // pre, code, ...
48// @import "content/miscs"; // hr, progress, template, [hidden]
49
50// Components
51// @import "components/accordion"; // details, summary
52// @import "components/card"; // article
53// @import "components/card-sectioning"; // article > header, footer, pre
54// @import "components/nav"; // nav
55// @import "components/tooltip"; // data-tooltip