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': '#dd147e',
'blue-dark': '#7a8ede',
'blue-light': '#b3bce0',
'pink-light': '#f473b9'