mirror of
https://github.com/bitwarden/browser
synced 2026-02-18 10:23:52 +00:00
create custom Tailwind plugin
This commit is contained in:
@@ -168,5 +168,9 @@ module.exports = {
|
||||
addVariant(state, [`&:${state}`, `&.test-${state}`]);
|
||||
}
|
||||
}),
|
||||
/** Plugin for compact mode */
|
||||
plugin(function ({ addVariant }) {
|
||||
addVariant("bit-compact", ".bit-compact &");
|
||||
}),
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user