Newer
Older
module.exports = {
purge: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
darkMode: false, // or 'media' or 'class'
// fontFamily: {
// 'pacifico': ['Pacifico'],
// 'montserrat': ['Montserrat'],
// 'roboto': ['Roboto'],
// 'righteous': ['Righteous'],
// 'lato': ['Lato'],
// 'raleway': ['Raleway'],
// },
colors: {
// Configure your color palette here
'white-base': '#fff',
'pink-base': '#dd1473',
'blue-base': '#a7e1f3',
'green-base': '#3697b4'