UNPKG

mainstack-library

Version:

component library for the mainstack frontend task

13 lines (12 loc) 228 B
/** @type {import('tailwindcss').Config} */ module.exports = { content: ["./src/**/*.{ts,tsx}"], theme: { extend: { colors: { primary: "#131316", "primary-hover": "#333333", }, }, }, };