mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 06:27:11 +01:00
13 lines
222 B
JavaScript
13 lines
222 B
JavaScript
module.exports = {
|
|
purge: ['./components/**/*.{js,ts,jsx,tsx}', './pages/**/*.{js,ts,jsx,tsx}'],
|
|
theme: {
|
|
extend: {
|
|
colors: {
|
|
'accent-1': '#333',
|
|
},
|
|
},
|
|
},
|
|
variants: {},
|
|
plugins: [],
|
|
}
|