chore: SASS clean up
This commit is contained in:
@ -2,17 +2,17 @@
|
||||
// Colors
|
||||
// ==========================================================================
|
||||
|
||||
$plyr-color-main: var(--plyr-color-main, hsl(198, 100%, 50%)) !default;
|
||||
$plyr-video-background: var(--plyr-video-background, rgba(0,0,0,1)) !default;
|
||||
$plyr-color-main: var(--plyr-color-main, hsl(198deg 100% 50%)) !default;
|
||||
$plyr-video-background: var(--plyr-video-background, rgb(0 0 0 / 100%)) !default;
|
||||
|
||||
// Grayscale
|
||||
$plyr-color-gray-900: hsl(216, 15%, 16%) !default;
|
||||
$plyr-color-gray-800: hsl(216, 15%, 25%) !default;
|
||||
$plyr-color-gray-700: hsl(216, 15%, 34%) !default;
|
||||
$plyr-color-gray-600: hsl(216, 15%, 43%) !default;
|
||||
$plyr-color-gray-500: hsl(216, 15%, 52%) !default;
|
||||
$plyr-color-gray-400: hsl(216, 15%, 61%) !default;
|
||||
$plyr-color-gray-300: hsl(216, 15%, 70%) !default;
|
||||
$plyr-color-gray-200: hsl(216, 15%, 79%) !default;
|
||||
$plyr-color-gray-100: hsl(216, 15%, 88%) !default;
|
||||
$plyr-color-gray-50: hsl(216, 15%, 97%) !default;
|
||||
$plyr-color-gray-900: hsl(216deg 15% 16%) !default;
|
||||
$plyr-color-gray-800: hsl(216deg 15% 25%) !default;
|
||||
$plyr-color-gray-700: hsl(216deg 15% 34%) !default;
|
||||
$plyr-color-gray-600: hsl(216deg 15% 43%) !default;
|
||||
$plyr-color-gray-500: hsl(216deg 15% 52%) !default;
|
||||
$plyr-color-gray-400: hsl(216deg 15% 61%) !default;
|
||||
$plyr-color-gray-300: hsl(216deg 15% 70%) !default;
|
||||
$plyr-color-gray-200: hsl(216deg 15% 79%) !default;
|
||||
$plyr-color-gray-100: hsl(216deg 15% 88%) !default;
|
||||
$plyr-color-gray-50: hsl(216deg 15% 97%) !default;
|
||||
|
Reference in New Issue
Block a user