<div class="Pagination">

</div>
<div class="Pagination">

</div>
{
  "company": "Ascend Performance Materials",
  "url": "https://www.ascendmaterials.com",
  "placeholders": {
    "copy": "Cozy lummox gives smart squid who asks for job pen"
  },
  "image": "/assets/img/logo.svg"
}
  • Content:
    .Pagination {
      .Link {
        @apply py-1 
          font-bold;
      }
    
      .Link + .Link {
        @apply ml-5
          pl-5
          border-l
          border-gray-400;
      }
    
    }
  • URL: /components/raw/pagination/pagination.scss
  • Filesystem Path: src/components/01-elements/pagination/pagination.scss
  • Size: 152 Bytes

No notes defined.