UNPKG

easycolors

Version:

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

6 lines (5 loc) 205 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, };