inogen/tailwind.config.js
2025-08-11 03:37:14 +03:30

10 lines
84 B
JavaScript

module.exports = {
theme: {
extend: {
colors: {
}
},
},
};