1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 01:03:35 +00:00

[EC-8] Extend maxWidth Tailwind theme config

This commit is contained in:
Shane Melton
2022-07-29 10:31:54 -07:00
parent 76bfd07b0f
commit 132f1f0c61
2 changed files with 4 additions and 1 deletions

View File

@@ -68,6 +68,9 @@ module.exports = {
DEFAULT: theme("colors.background"),
...theme("colors"),
}),
maxWidth: ({ theme }) => ({
...theme("width"),
}),
},
plugins: [],
};