Use four spaces in frontmatter blocks
This commit is contained in:
parent
f3756a80a6
commit
11ae0f9fc7
422 changed files with 2980 additions and 2986 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue