11 lines
203 B
JavaScript
11 lines
203 B
JavaScript
export default {
|
|
content: ['./index.html', './src/**/*.{vue,js}'],
|
|
theme: {
|
|
extend: {
|
|
colors: {
|
|
green: { DEFAULT: '#2E7D32', dark: '#1B5E20', light: '#4CAF50' }
|
|
}
|
|
}
|
|
}
|
|
}
|