1
0
Fork 0
faetale/tailwind.config.js
2021-12-29 15:16:15 -06:00

15 lines
259 B
JavaScript

import tailwindAspectRatio from '@tailwindcss/aspect-ratio'
module.exports = {
config: {
plugins: [tailwindAspectRatio],
},
theme: {
extend: {
colors: {
brandbright: '#ca4e8d',
branddark: '#83398c',
},
},
},
}