FEATURE: adds countdown attribute to [date] (#8037)

When used, dates will be displayed as a countdown in a human friendly way.
This commit is contained in:
Joffrey JAFFEUX
2019-08-24 11:39:20 -05:00
committed by GitHub
parent 39c31a3d76
commit bf05a8da96
5 changed files with 33 additions and 1 deletions

View File

@ -12,6 +12,10 @@
&.past {
border-bottom-color: $primary-low-mid;
}
&.past[data-countdown] {
color: $primary-medium;
}
}
}