<a href="#0" class="o-tag uppercase text-sm border-white px-3 h-tag inline-flex items-center hover:text-blush hover:bg-white tracking-wide"><span class="leading-none o-tag--text-adjust">Destination</span></a>
<a href="{{ url }}" class="o-tag uppercase text-sm border-white px-3 h-tag inline-flex items-center hover:text-blush hover:bg-white tracking-wide"><span class="leading-none o-tag--text-adjust">{{ text|default('Destination') }}</span></a>
{
  "siteTitle": "Asta Valentaite",
  "copyright": "© 2017 Asta Valentaite. All rights reserved.",
  "craft": {
    "app": {
      "config": {
        "general": {
          "custom": {
            "objects": "/02-objects/",
            "global": "../03-global/",
            "components": "/04-components/",
            "pages": "/05-pages/",
            "macros": "/macros/",
            "wrapper": "/wrapper/"
          }
        }
      }
    }
  },
  "sitemenu": [
    {
      "title": "About",
      "slug": "/components/preview/about"
    },
    {
      "title": "Fashion",
      "slug": "/components/preview/press"
    },
    {
      "title": "Beauty",
      "slug": "/components/preview/post"
    },
    {
      "title": "Lifestyle",
      "slug": "/components/preview/vertical"
    },
    {
      "title": "Collaborations",
      "slug": "/components/preview/collaborations"
    },
    {
      "title": "Press",
      "slug": "/components/preview/press"
    }
  ],
  "url": "#0"
}
  • Content:
    .o-tag {
    	@apply .no-underline;
    
    	transition: color 300ms ease, background-color 300ms ease;
    }
    
    .o-tag--text-adjust {
    	margin-top: rem(2px);
    }
    
  • URL: /components/raw/tags/_o-tag.scss
  • Filesystem Path: src/templates/02-objects/tags/_o-tag.scss
  • Size: 143 Bytes

There are no notes for this item.