UNPKG

cepta

Version:
17 lines (16 loc) 344 B
/** @type {import('tailwindcss').Config} */ module.exports = { content: ['./views/*.pug', './views/**/*.pug'], theme: { extend: { fontFamily: { poppins: ['Poppins', 'sans-serif'], roboto: ['Roboto', 'sans-serif'], }, colors: { 'brand-primary': '#F03460', }, }, }, plugins: [], };