Skip to content

Commit

Permalink
Fix git identity
Browse files Browse the repository at this point in the history
  • Loading branch information
christianezeani committed Nov 25, 2024
1 parent 4a25f41 commit cebba2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/scss/system/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ $color-info: #0DCAF0 !default;
$color-light: #F8F9FA !default;
$color-dark: #212529 !default;

// Colors
$color: (
default: $color-default,
primary: $color-primary,
Expand All @@ -24,6 +25,7 @@ $color: (
dark: $color-dark,
);

// Devices
$device: (
xs: 375px,
sm: 576px,
Expand Down

0 comments on commit cebba2d

Please sign in to comment.