List

<ul>

</ul>
<ul>

</ul>
{
  "company": "Ascend Performance Materials",
  "url": "https://www.ascendmaterials.com",
  "placeholders": {
    "copy": "Cozy lummox gives smart squid who asks for job pen"
  }
}
  • Content:
    ul {
      .copy & {
        @apply list-disc;
    
        ul {
          @apply mt-2;
        }
      }
    }
    
    ol {
      .copy & {
        @apply list-decimal;
      }
    }
    
    li {
      .copy & {
        @apply mb-2 
          ml-6;
      }
    }
  • URL: /components/raw/list/list.scss
  • Filesystem Path: src/components/01-elements/list/list.scss
  • Size: 181 Bytes

No notes defined.