Add note to base16.ts

Nate Butler created

Change summary

styles/src/themes/common/base16.ts | 3 +++
1 file changed, 3 insertions(+)

Detailed changes

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";