Skip to content

Commit

Permalink
fixes to _settings
Browse files Browse the repository at this point in the history
  • Loading branch information
joeworkman committed Aug 18, 2023
1 parent 477b172 commit 428d0eb
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions scss/settings/_settings.scss
Expand Up @@ -58,7 +58,6 @@
// 53. Title Bar
// 54. Tooltip
// 55. Top Bar
// 56. Undefined
// 57. Xy Grid

@import 'util/util';
Expand Down Expand Up @@ -102,6 +101,8 @@ $global-color-pick-contrast-tolerance: 0;
$print-transparent-backgrounds: true;
$print-hrefs: true;

@include add-foundation-colors;

// 2. Breakpoints
// --------------

Expand Down Expand Up @@ -878,11 +879,6 @@ $topbar-title-spacing: 0.5rem 1rem 0.5rem 0;
$topbar-input-width: 200px;
$topbar-unstack-breakpoint: medium;

// 56. Undefined
// -------------

$primary-color: null;

// 57. Xy Grid
// -----------

Expand Down

0 comments on commit 428d0eb

Please sign in to comment.