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:
@@ -68,6 +68,9 @@ module.exports = {
|
||||
DEFAULT: theme("colors.background"),
|
||||
...theme("colors"),
|
||||
}),
|
||||
maxWidth: ({ theme }) => ({
|
||||
...theme("width"),
|
||||
}),
|
||||
},
|
||||
plugins: [],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user