<table>

</table>
<table>

</table>
{
  "company": "Ascend Performance Materials",
  "url": "https://www.ascendmaterials.com",
  "placeholders": {
    "copy": "Cozy lummox gives smart squid who asks for job pen"
  }
}
  • Content:
    table {
      @apply table-fixed
        w-full
        border-0; 
    
    	td, th {
        @apply py-3
          px-2
          border-t
          not-last:border-r
          border-gray-300;  
    	}
    
      th {
        @apply text-left;
      }
    
      tr {
        @apply
          border-b
          border-gray-300;
      }
    
      thead {
        @apply
          border-y-2
          border-gray-300;
      }
    
      &:has(img) {
        tr {
          td, th {
            @apply border-0
              not-last:border-0;
          }
        }
    
        thead {
          @apply border-0;
        }
    
        tr {
          @apply border-0;
        }
      }
    }
  • URL: /components/raw/table/table.scss
  • Filesystem Path: src/components/01-elements/table/table.scss
  • Size: 514 Bytes

No notes defined.