mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-25 03:08:34 +00:00
Add !default
This commit is contained in:
parent
20b5364d56
commit
ba213b2402
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ $color-green: #1bb240 !default;
|
|||
$color-orange: #f6a623 !default;
|
||||
$color-yellow: #ffd600 !default;
|
||||
$color-white: #fff !default;
|
||||
$color-lightgray: #eaeaea;
|
||||
$color-lightgray: #eaeaea !default;
|
||||
$color-almost-white: #fafafa !default;
|
||||
$color-cornflower-blue: #2275d7 !default;
|
||||
$color-asphalt-gray: #525252 !default;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue