antragsideen-hagen/frontend/tailwind.config.js

11 lines
203 B
JavaScript
Raw Normal View History

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