mirror of
https://github.com/picocss/pico.git
synced 2025-04-25 18:56:15 -04:00
CSS Vars refactoring
This commit is contained in:
parent
14460576bf
commit
d12af72cab
64 changed files with 4878 additions and 4948 deletions
|
@ -1,6 +1,6 @@
|
|||
/*!
|
||||
* Pico.css v1.2.1 (https://picocss.com)
|
||||
* Copyright 2020 - Licensed under MIT
|
||||
* Copyright 2019-2021 - Licensed under MIT
|
||||
*
|
||||
* Slim version example
|
||||
* You can export only the modules you need
|
||||
|
@ -13,13 +13,10 @@
|
|||
// Enable responsive spacings for <header>, <main>, <footer>, <section>, <article>
|
||||
$enable-responsive-spacings: false;
|
||||
|
||||
// Enable validation states for <input>
|
||||
$enable-input-states: false;
|
||||
|
||||
// Enable transitions for <a>, <button>, <input>, <details>
|
||||
// Enable transitions
|
||||
$enable-transitions: false;
|
||||
|
||||
// Enable overriding with !important (used for <article>, `reduce-motion`, [type="search"])
|
||||
// Enable overriding with !important
|
||||
$enable-important: false;
|
||||
|
||||
|
||||
|
@ -36,7 +33,7 @@ $enable-important: false;
|
|||
@import "layout/document"; // html
|
||||
@import "layout/sectioning"; // body, header, main, footer
|
||||
@import "layout/container"; // .container, .container-fluid
|
||||
// @import "layout/section"; // section
|
||||
@import "layout/section"; // section
|
||||
@import "layout/grid"; // .grid
|
||||
@import "layout/scroller"; // figure
|
||||
|
||||
|
@ -44,7 +41,6 @@ $enable-important: false;
|
|||
@import "content/typography"; // a, headings, p, ul, blockquote, ...
|
||||
@import "content/embedded"; // audio, canvas, iframe, img, svg, video
|
||||
@import "content/button"; // button, a[role=button], type=button, type=submit, ...
|
||||
// @import "content/button-styles"; // .secondary, .contrast, .outline
|
||||
@import "content/form"; // input, select, textarea, label, fieldset, legend
|
||||
// @import "content/form-checkbox-radio"; // type=checkbox, type=radio, role=switch
|
||||
// @import "content/form-alt-input-types"; // type=color, type=date, type=file, type=search, ...
|
||||
|
@ -56,7 +52,6 @@ $enable-important: false;
|
|||
// 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue