fix: Remove some unused vars

This commit is contained in:
Jay Sitter 2023-06-17 11:15:42 -04:00
parent 26b31895b1
commit c5e55fb286
2 changed files with 0 additions and 8 deletions

View file

@ -1,15 +1,12 @@
// Colors
$white: #fff;
$gray-100: #f8f9fa;
$gray-200: #ebebeb;
$gray-300: #dee2e6;
$gray-400: #ced4da;
$gray-500: #adb5bd;
$gray-600: #888;
$gray-700: #444;
$gray-800: #303030;
$gray-900: #222;
$black: #000;
// Writing these maps is necessary for Bootstrap theming:
// https://getbootstrap.com/docs/4.6/getting-started/introduction/
@ -22,7 +19,6 @@ $grays: (
);
$blue: #375a7f;
$indigo: #6610f2;
$red: #e74c3c;
$yellow: #f39c12;
$green: #00bc8c;

View file

@ -1,10 +1,6 @@
// Colors
$white: #fff;
$gray-100: #f8f9fa;
$gray-200: #e9ecef;
$gray-300: #dee2e6;
$gray-400: #ced4da;
$gray-500: #adb5bd;
$gray-600: #6c757d;
$gray-700: #495057;
$gray-800: #343a40;