···11// =============================================================================
22// TAGS (CSS)
33// =============================================================================
44-//
54// 1. Set to 0 so that the tags can be centred with an unknown width.
66-//
75// -----------------------------------------------------------------------------
8697.tags {
1010- @include u-listBullets("none");
88+ @include u-listBullets('none');
99+1110 font-size: 0; // 1
1211 text-align: center;
1312}