mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2025-06-07 02:43:12 +00:00
style: format code with Prettier
This commit fixes the style issues introduced in 6e31b44
according to the output
from Prettier.
Details: None
This commit is contained in:
parent
6e31b44137
commit
cd6fdf3b29
19 changed files with 131 additions and 105 deletions
|
@ -5,7 +5,7 @@ $color-dark: #443023;
|
|||
$color-on-dark: #e1dcd3;
|
||||
$color-light: #fff8eb;
|
||||
$color-on-light: #33251a;
|
||||
$color-primary: #6A9343;
|
||||
$color-primary: #6a9343;
|
||||
$color-on-primary: #fffbf4;
|
||||
$color-error: #ab5642;
|
||||
$color-on-error: #fffbf4;
|
||||
|
@ -33,7 +33,7 @@ $spacing-normal: 16px;
|
|||
$spacing-large: 32px;
|
||||
|
||||
// FONT
|
||||
$font-family: 'Erode', serif;
|
||||
$font-family: "Erode", serif;
|
||||
|
||||
$font-size-very-fucking-big: 50px;
|
||||
$font-size-h1: 32.44px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue