/opt/canhelp/node_modules/tailwindcss/lib/lib
Edit: /opt/canhelp/node_modules/tailwindcss/lib/lib/remap-bitfield.js (2792B)
// @ts-check
/**
* We must remap all the old bits to new bits for each set variant
* Only arbitrary variants are considered as those are the only
* ones that need to be re-sorted at this time
*
* An iterated process that removes and sets individual bits simultaneously
* will not work because we may have a new bit that is also a later old bit
* This means that we would be removing a previously set bit which we don't
* want to do
*
* For example (assume `bN` = `1<