mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-29 18:26:34 +02:00
8 lines
158 B
JavaScript
8 lines
158 B
JavaScript
const sharedConfig = require("@rallly/tailwind-config/tailwind.config");
|
|
|
|
module.exports = {
|
|
...sharedConfig,
|
|
theme: {
|
|
...sharedConfig.theme,
|
|
},
|
|
};
|