* npm install tailwindcss@^1.0 --save-dev
* tailwind: update config
* tailwind: Move all design-related top-level keys into a new section called theme
* Rename modules to variants
* tailwind: Move your options settings to the top-level
* tailwind: Move your negativeMargin config to margin
* tailwind: Update the sections under theme to their new names
* tailwind: Update the sections under variants to their new names
* tailwind: Replace @tailwind preflight with @tailwind base
* tailwind: Remove any usage of .list-reset
* tailwind: Replace .pin-{side} with .{top|left|bottom|right|inset}-{value}
* tailwind: cannot be used with .top-0 because .top-0 is included in multiple rulesets.