使用自定义 类 设计默认的@screen 尺寸

Style the default @screen size with custom classes

如何为默认屏幕尺寸添加样式,如下所示:

@screen lg {
  .class {
    height: 1rem;
  }
}

但对于 "default size".

所有 类 不带前缀 sm:md:lg:xl: 均为默认屏幕尺寸。