From d6962d957b648d142264896efba3f858476421e4 Mon Sep 17 00:00:00 2001 From: Nate Butler Date: Wed, 1 Feb 2023 16:26:08 -0500 Subject: [PATCH] Add note to base16.ts --- styles/src/themes/common/base16.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/styles/src/themes/common/base16.ts b/styles/src/themes/common/base16.ts index c5b914d62b..23ccc57fd4 100644 --- a/styles/src/themes/common/base16.ts +++ b/styles/src/themes/common/base16.ts @@ -1,3 +1,6 @@ +// NOTE – This should be removed +// I (Nate) need to come back and check if we are still using this anywhere + import chroma, { Color, Scale } from "chroma-js"; import { fontWeights } from "../../common"; import { withOpacity } from "../../utils/color";