Skip to content

Commit

Permalink
chore: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
astagi committed Nov 28, 2024
1 parent 49b6b31 commit 29c6b64
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions src/scss/base/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ $theme-colors: map-merge(
// Characters which are escaped by the escape-svg function
$escaped-characters: (('<', '%3c'), ('>', '%3e'), ('#', '%23'), ('(', '%28'), (')', '%29')) !default;


// ACCENT COLORS DEFINITIONS
// analoghi
$analogue-1-h: 243;
Expand Down Expand Up @@ -632,7 +631,6 @@ $display-font-style: null !default;
$display-font-weight: 300 !default;
$display-line-height: $headings-line-height !default;


// Border Radius - using pixels instead or rems as it has to be consistent across devices
$border-radius: 4px !default;
$border-radius-sm: 2px !default;
Expand All @@ -642,8 +640,6 @@ $border-radius-2xl: 2rem !default;
$border-radius-pill: 50rem !default;
$radius-rounded: 40px;



// =======

// Spacer
Expand Down Expand Up @@ -813,7 +809,7 @@ $btn-transition:
$btn-link-color: var(--#{$prefix}link-color) !default;
$btn-link-hover-color: var(--#{$prefix}link-hover-color) !default;
$btn-link-disabled-color: $gray-600 !default;

// Forms

// scss-docs-start form-text-variables
Expand Down Expand Up @@ -1066,7 +1062,6 @@ $form-validation-states: (
) !default;
// scss-docs-end form-validation-states


// Close

// scss-docs-start close-variables
Expand Down Expand Up @@ -1332,7 +1327,6 @@ $carousel-caption-color: $white !default;
$carousel-caption-padding-y: 1.25rem !default;
$carousel-caption-spacer: 1.25rem !default;


$carousel-transition-duration: 0.6s !default;
$carousel-transition: transform $carousel-transition-duration ease-in-out !default; // Define transform transition first if using multiple transitions (e.g., `transform 2s ease, opacity .5s ease-out`)

Expand Down Expand Up @@ -1393,7 +1387,6 @@ $placeholder-opacity-max: 0.5 !default;
$placeholder-opacity-min: 0.2 !default;
// scss-docs-end placeholders


// Cards
$card-cap-bg: transparent !default;
$card-spacer-y: 1rem !default;
Expand Down Expand Up @@ -1556,7 +1549,6 @@ $dropdown-menu-notch-base-size: 6px;
$dropdown-menu-notch-position-x: 24px;
$dropdown-menu-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);


// Dropddown dark

$dropdown-dark-color: $gray-300 !default;
Expand All @@ -1572,7 +1564,6 @@ $dropdown-dark-link-active-bg: $dropdown-link-active-bg !default;
$dropdown-dark-link-disabled-color: $gray-500 !default;
$dropdown-dark-header-color: $gray-500 !default;


// Navs

// scss-docs-start nav-variables
Expand Down Expand Up @@ -1648,7 +1639,6 @@ $navbar-dark-brand-color: $navbar-dark-active-color !default;
$navbar-dark-brand-hover-color: $navbar-dark-active-color !default;
// scss-docs-end navbar-dark-variables


$navigation-bg-color: $white !default;
$navigation-bg-color-desktop: $primary !default;

Expand Down Expand Up @@ -2065,7 +2055,6 @@ $container-max-widths: (

$container-padding-x: $grid-gutter-width !default;


// Popovers

// scss-docs-start popover-variables
Expand Down Expand Up @@ -2127,7 +2116,6 @@ $badge-padding-y: 0.25em;
$badge-padding-x: 0.4em;
$badge-border-radius: $border-radius !default;


//Autocomplete
$autocomplete-border: 1px solid $gray-400 !default;
$autocomplete-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05) !default;
Expand Down

0 comments on commit 29c6b64

Please sign in to comment.