vue-playground/tailwind.config.js
Hydroxycarbamide aa56b724f2 initial commit
2022-05-15 01:08:46 +02:00

16 lines
224 B
JavaScript

module.exports = {
content: [
"./index.html",
"./src/**/*.{vue,js,ts,jsx,tsx}",
],
theme: {
extend: {
colors: {
gray: {
900: '#202225'
}
}
},
},
plugins: [],
}