Use four spaces in frontmatter blocks

This commit is contained in:
Oliver Davies 2024-02-07 20:01:19 +00:00
parent f3756a80a6
commit 11ae0f9fc7
422 changed files with 2980 additions and 2986 deletions

View file

@ -1,11 +1,11 @@
---
title: >
Utility-first or utility-last?
Utility-first or utility-last?
pubDate: 2023-01-06
permalink: >-
archive/2023/01/06/utility-first-or-utility-last
archive/2023/01/06/utility-first-or-utility-last
tags:
- tailwind-css
- tailwind-css
---
Tailwind CSS is based on the "utility-first" approach, where the majority of styling is done using utility CSS classes. You can still add additional custom styles if needed if there is something that can't be achieved with utilities or would be better placed in a custom CSS stylesheet.