13 lines
213 B
JavaScript
13 lines
213 B
JavaScript
module.exports = {
|
|
content: ['./public/index.html', './src/**/*.{js,jsx}'],
|
|
theme: {
|
|
extend: {
|
|
colors: {
|
|
primary: '#0f172a',
|
|
accent: '#38bdf8',
|
|
},
|
|
},
|
|
},
|
|
plugins: [],
|
|
};
|