Tailwind CSS Grid Utilities and UI Example; Responsive prefix change
Tailwindcss Updates
This release includes Tailwind CSS Grid utilities and an initial example from the Tailwind UI component preview. See the NYCO Patterns Tailwindcss Docs for details.
Responsive Utility Prefix Update
Introduces a breaking change with responsive utility prefixes. They have been abbreviated as demonstrated below;
screen-desktop
is now desktop
screen-tablet
is now tablet
screen-mobile
is now mobile
screen-sm-mobile
is now small
Any instance of the responsive prefix in your HTML will need to be updated accordingly. For example screen-desktop:block
would become desktop:block
.