Automatic utility folders

  • Utility folders are indicated by no underscore in the class name, dashes only.
  • Utility classes in Client-first are automatically organized inside the Utility folder.
  • A utility class is a class created with a specific combination of CSS properties that can be applied to elements across the project. For example, a class for background-color or a class for font-size.
  • Utility classes do not use an underscore in the class name.

Learn more on the Folders and Folders Strategy pages.