mirror of
https://github.com/picocss/pico.git
synced 2025-04-29 12:29:13 -04:00
Optional use of !Important in variables
This commit is contained in:
parent
6f260e9b74
commit
15aecaa674
11 changed files with 57 additions and 46 deletions
|
@ -19,6 +19,9 @@ $enable-input-states: false;
|
|||
// Enable transitions for <a>, <button>, <input>, <details>
|
||||
$enable-transitions: false;
|
||||
|
||||
// Enable overriding with !important (used for <article>, `reduce-motion`, [type="search"])
|
||||
$enable-important: false;
|
||||
|
||||
|
||||
// Pico Lib
|
||||
// --------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue