tailwindcss 0.0.0-oxide-insiders.885e134 → 0.0.0-oxide-insiders.da52210

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -584,6 +584,7 @@ module.exports = {
584
584
  }),
585
585
  maxHeight: ({ theme }) => ({
586
586
  ...theme('spacing'),
587
+ none: 'none',
587
588
  full: '100%',
588
589
  screen: '100vh',
589
590
  min: 'min-content',