UNPKG

easycolors

Version:

Package that stores colors of the web and many popular css frameworks

11 lines (10 loc) 225 B
import * as web from "./web"; import * as bootstrap from "./bootstrap"; import * as material from "./material"; import * as tailwind from "./tailwind"; export { web, bootstrap, material, tailwind, }