mirror of
https://github.com/picocss/pico.git
synced 2025-04-26 03:06:14 -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
|
@ -29,6 +29,9 @@ $enable-input-states: true !default;
|
|||
// Enable transitions for <a>, <button>, <input>
|
||||
$enable-transitions: true !default;
|
||||
|
||||
// Enable overriding with !important (used for <article>, `reduce-motion`, [type="search"])
|
||||
$enable-important: true !default;
|
||||
|
||||
|
||||
// Spacings
|
||||
// ––––––––––––––––––––
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue