Skip to content
Snippets Groups Projects
Select Git revision
  • 5a9a3398f8dcfc1d29138bd20052923c7a3420ae
  • master default protected
  • feat/new-image-formats
  • clickable-select-chevron
  • 2.20.0
  • 2.19.0
  • 2.18.0
  • 2.17.0
  • 2.16.1
  • 2.16.0
  • 2.15.0
  • 2.14.0
  • 2.13.0
  • 2.12.1
  • 2.11.0
  • 2.10.0
  • 2.9.1
  • 2.9.0
  • 2.8.0
  • 2.7.1
  • 2.7.0
  • 2.6.0
  • 2.5.2
  • 2.5.1
24 results

switch.pcss

Blame
  • heading.pcss 1.78 KiB
    @responsive {
      .head-alt-xl {
        @apply text-7xl font-alt font-normal leading-negative;
      }
    
      .head-alt-lg {
        @apply text-6xl font-alt font-normal leading-negative;
      }
    
      .head-alt-md {
        @apply text-4xl font-alt font-normal leading-negative;
      }
    
      .head-alt-base {
        @apply text-3xl font-alt font-normal leading-negative;
      }
    
      .head-alt-sm {
        @apply text-2xl font-alt font-normal leading-negative;
      }
    
      .head-alt-xs {
        @apply text-xl font-alt font-normal leading-negative;
      }
    
      .head-alt-2xs {
        @apply text-lg font-alt font-normal leading-negative;
      }
    
    
    
      .head-base {
        @apply text-3xl font-condensed font-medium leading-tight;
      }
    
      .head-sm {
        @apply text-2xl font-condensed font-medium leading-tight;
      }
    
      .head-xs {
        @apply text-xl font-condensed font-medium leading-tight;
      }
    
      .head-2xs {
        @apply text-lg font-condensed font-medium leading-tight;
      }
    
    
    
      .head-heavy-base {
        @apply text-3xl font-condensed font-bold leading-tight;
      }
    
      .head-heavy-sm {
        @apply text-2xl font-condensed font-bold leading-tight;
      }
    
      .head-heavy-xs {
        @apply text-xl font-condensed font-bold leading-tight;
      }
    
      .head-heavy-2xs {
        @apply text-lg font-condensed font-bold leading-tight;
      }
    
    
    
      .head-allcaps-2xs {
        @apply text-lg font-condensed uppercase leading-tight;
      }
    
      .head-allcaps-3xs {
        @apply text-base font-condensed uppercase leading-tight;
      }
    
      .head-allcaps-4xs {
        @apply text-sm font-condensed uppercase leading-tight;
      }
    
    
    
    
      .head-allcaps-heavy-2xs {
        @apply text-lg font-condensed font-bold uppercase leading-tight;
      }
    
      .head-allcaps-heavy-3xs {
        @apply text-base font-condensed font-bold uppercase leading-tight;
      }
    
      .head-allcaps-heavy-4xs {
        @apply text-sm font-condensed font-bold uppercase leading-tight;
      }
    }