City of Ghent Style Guide

No notes defined.

<time pubdate datetime="{{ pubdate|default('now')|date('U') }}">{{ pubdate|date('j F Y') }}</time>
<time pubdate datetime="1514674800">31 December 2017</time>
{
  "pubdate": "2017-12-31"
}
  • Content:
    time[pubdate] {
      @include small-text();
      @include theme('color', 'color-zero', 'default-text-color');
      line-height: 1.71;
    
      h1 + & {
        display: block;
        margin-top: 30px;
      }
    
      .dark-background & {
        @include theme('color', 'color-none', 'default-text-color-inverse');
      }
    }
    
  • URL: /components/raw/pubdate/_pubdate.scss
  • Filesystem Path: components/21-atoms/pubdate/_pubdate.scss
  • Size: 286 Bytes