UNPKG

@jeact/colors

Version:

A module that stores colors. Including Bootstrap and MaterialUI colors. (This module is inspired in jebbarbas's `jebcolors` module, but this module only stores colors).

10 lines (9 loc) 331 B
/* * Name: Jebcolors Colors * Version: Jebcolors v3.0.0 * Last Edit: 09/10/2021 * Author: @jebbarbas * Notes: I copied the colors from https://github.com/JebBarbas/jebcolors/blob/main/src/colors/jebc-variables.ts */ export { misc } from './variableColors'; export { themeColors, unusedColors } from './themeColors';