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).

8 lines (7 loc) 339 B
import * as Bootstrap from './bootstrap/index'; import * as Material from './material/index'; import * as Tailwind from './tailwind/index'; import * as JebColors from './jebcolors/index'; import * as Web from './web/index'; import * as Social from './social/index'; export { Bootstrap, Material, Tailwind, JebColors, Web, Social };