Skip to content
Snippets Groups Projects
Select Git revision
  • e7a0b0e3c5b1c2617a79690fa3179daa0cfb9b20
  • master default protected
  • 2.0.0-alpha-11
  • 2.0.0-alpha-10
  • 2.0.0-alpha-9
  • 2.0.0-alpha-8
  • 2.0.0-alpha-7
  • 2.0.0-alpha-6
  • 2.0.0-alpha-5
  • 2.0.0-alpha-4
  • 2.0.0-alpha-3
  • 2.0.0-alpha-2
  • 2.0.0-alpha-1
  • 1.8.0
  • 1.7.0
  • 1.6.4
  • 1.6.3
  • 1.6.2
  • 1.6.1
  • 1.6.0
  • 1.5.5
  • 1.5.4
22 results

heading.pcss

Blame
  • Forked from TO / Weby / ui-styleguide
    Source project has a limited visibility.
    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;
      }
    }