diff --git a/src/color-system/color-system.tsx b/src/color-system/color-system.tsx index e232e70e..e2c9f208 100644 --- a/src/color-system/color-system.tsx +++ b/src/color-system/color-system.tsx @@ -1,8 +1,7 @@ import React from "react"; -import colorList from "../colors.css"; +import colorList from "../colors.module.css"; import { Color, ColorList, PaletteProps } from "./types"; - // ---------------------------------------------------------- // // HELPER FUNCTIONS // // ---------------------------------------------------------- // diff --git a/src/colors.module.css b/src/colors.module.css new file mode 100644 index 00000000..7b0f3103 --- /dev/null +++ b/src/colors.module.css @@ -0,0 +1 @@ +@import "colors.css";