Skip to content

Utility Classes

James edited this page Apr 14, 2024 · 1 revision

newtralize comes equipped with a few handy utility classes to help you build your layouts.

  • .show-desktop-only: Will hide an element on small screens
  • .show-mobile-only: Will hide an element on large screens
  • .visually-hidden: Will hide an element visually, but keep it visible to screen readers
  • .flow: Provides an easy vertical spacing container. Can customize the space with --flow-space
Clone this wiki locally