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"
}
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');
}
}