Skip to content

Tailwind CSS Grid Utilities and UI Example; Responsive prefix change

Compare
Choose a tag to compare
@devowhippit devowhippit released this 16 Dec 16:54
· 56 commits to main since this release

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.