This repository was archived by the owner on Jan 3, 2023. It is now read-only.

Description
A lot of time I spend on finnicky CSS work involving adjusting the spacing between tag nodes. This also changes how the input behaves (in collapsed / regular mode). Maybe it'd be a good idea to have some set of constants that'd translate into CSS (perhaps by using preprocessor) so a developer could only specify:
- gutter width between tag nodes
- padding between tag nodes and input
And default styles would be recalculated accordingly. This of course adjusts only the default styles but at least when somebody would be implementing their own stuff in their own custom stylesheet, they could look into source code and figure it out more easily.