Add note to base16.ts

This commit is contained in:
Nate Butler 2023-02-01 16:26:08 -05:00
parent fd2a9b3df9
commit d6962d957b

View File

@ -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 chroma, { Color, Scale } from "chroma-js";
import { fontWeights } from "../../common"; import { fontWeights } from "../../common";
import { withOpacity } from "../../utils/color"; import { withOpacity } from "../../utils/color";