♻️ Clean configs (#1376)

This commit is contained in:
Luke Vella 2024-10-06 09:06:25 +01:00 committed by GitHub
parent b2ad535d19
commit 944811cff9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 4 additions and 21 deletions

View file

@ -1,8 +1,3 @@
const sharedConfig = require("@rallly/tailwind-config/tailwind.config");
module.exports = {
...sharedConfig,
theme: {
...sharedConfig.theme,
},
};
module.exports = sharedConfig;

View file

@ -1,8 +1,3 @@
const sharedConfig = require("@rallly/tailwind-config/tailwind.config");
const sharedConfig = require("@rallly/tailwind-config");
module.exports = {
...sharedConfig,
theme: {
...sharedConfig.theme,
},
};
module.exports = sharedConfig;