Skip to content
Snippets Groups Projects
Select Git revision
  • 6346fc6182e0ec322d070bc2c77e00493abd2017
  • test default protected
  • master protected
  • original
  • pirati-backup protected
  • beta-2
  • beta-1
  • v3.1.4
  • v3.1.3
  • v3.1.2
  • v3.1.1
  • v3.1.0
  • v3.0.16
  • v3.0.15
  • v3.0.14
  • v3.0.13
  • v3.0.12
  • v3.0.11
  • v3.0.10
  • v3.0.9
  • v3.0.8
  • v3.0.7
  • v3.0.6
  • v3.0.5
  • v3.0.4
25 results

fabfile.py

Blame
  • heading.pcss 1.59 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-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;
      }
    }