UNPKG

1.31 kBSCSSView Raw
1/*!
2 * Pico.css v1.5.7 (https://picocss.com)
3 * Copyright 2019-2023 - Licensed under MIT
4 *
5 * Slim version example
6 * You can export only the modules you need
7 */
8
9// Config
10// --------------------
11
12// Enable responsive spacings for <header>, <main>, <footer>, <section>, <article>
13$enable-responsive-spacings: false;
14
15// Enable transitions
16$enable-transitions: false;
17
18// Enable overriding with !important
19$enable-important: false;
20
21// Pico Lib
22// --------------------
23
24// Config
25@import "variables";
26
27// Theming
28@import "themes/default";
29
30// Layout
31@import "layout/document"; // html
32@import "layout/sectioning"; // body, header, main, footer
33@import "layout/container"; // .container, .container-fluid
34@import "layout/section"; // section
35@import "layout/grid"; // .grid
36@import "layout/scroller"; // figure
37
38// Content
39@import "content/typography"; // a, headings, p, ul, blockquote, ...
40@import "content/embedded"; // audio, canvas, iframe, img, svg, video
41@import "content/button"; // button, a[role=button], type=button, type=submit ...
42@import "content/form"; // input, select, textarea, label, fieldset, legend
43@import "content/table"; // table, tr, td, ...
44
45// Utilities
46@import "utilities/accessibility"; // -ms-touch-action, aria-*
47@import "utilities/reduce-motion"; // prefers-reduced-motion