19 lines
512 B
JavaScript
19 lines
512 B
JavaScript
module.exports = {
|
|
content: ['./development/resources/public/**/*.{html,js}'],
|
|
theme: {
|
|
extend: {
|
|
colors: {
|
|
'tps-text': '#000000',
|
|
background: '#f7f7f7',
|
|
'tps-background': '#f7f7f7',
|
|
'tps-primary': '#7ebc72',
|
|
primary: '#7ebc72',
|
|
'tps-secondary': '#e0e0e0',
|
|
secondary: '#e0e0e0',
|
|
'tps-accent': '#7a7a7a',
|
|
},
|
|
},
|
|
},
|
|
plugins: [],
|
|
}
|