Polarcraft/web/tailwind.config.js

15 lines
215 B
JavaScript
Raw Normal View History

2023-04-20 19:22:44 +02:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [],
theme: {
2023-04-23 10:15:25 +02:00
extend: {
colors: {
primary: '#4bd6ef',
secondary: '#4bacef',
}
},
2023-04-20 19:22:44 +02:00
},
plugins: [],
}