From 73e16a25a2b8a6175a68f42ceb727d0708ed825d Mon Sep 17 00:00:00 2001 From: James Panther <4462786+jpanther@users.noreply.github.com> Date: Thu, 18 Aug 2022 14:59:46 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Standardise=20Tailwind=20CSS=20c?= =?UTF-8?q?lass=20order?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + layouts/_default/baseof.html | 10 +++++----- layouts/_default/list.html | 12 ++++++------ layouts/_default/single.html | 6 +++--- layouts/_default/taxonomy.html | 4 ++-- layouts/_default/term.html | 6 +++--- layouts/partials/article-link.html | 4 ++-- layouts/partials/article-meta.html | 2 +- layouts/partials/article-pagination.html | 8 ++++---- layouts/partials/author.html | 4 ++-- layouts/partials/badge.html | 2 +- layouts/partials/header/basic.html | 4 ++-- layouts/partials/header/hamburger.html | 6 +++--- layouts/partials/home/profile.html | 6 +++--- layouts/partials/pagination.html | 8 ++++---- layouts/partials/search.html | 8 ++++---- layouts/partials/sharing-links.html | 2 +- layouts/partials/toc.html | 6 +++--- layouts/shortcodes/alert.html | 2 +- layouts/shortcodes/button.html | 2 +- layouts/shortcodes/figure.html | 2 +- layouts/shortcodes/lead.html | 2 +- 22 files changed, 54 insertions(+), 53 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f63ec25..59d0ed9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Added - Traditional Chinese (Taiwan) translation ([#262](https://github.com/jpanther/congo/pull/262)) +- Tailwind plugin for Prettier to standardise the order of CSS classes ([#268](https://github.com/jpanther/congo/pull/268)) ### Changed diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index b9a6a22d..7fc925a8 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -15,13 +15,13 @@ > {{- partial "head.html" . -}}