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,12 +1,12 @@
|
|||
---
|
||||
title: >
|
||||
Tailwind: Not just translating CSS to utility classes
|
||||
Tailwind: Not just translating CSS to utility classes
|
||||
pubDate: 2023-01-21
|
||||
permalink: >-
|
||||
archive/2023/01/21/tailwind-not-just-translating-css-to-utility-classes
|
||||
archive/2023/01/21/tailwind-not-just-translating-css-to-utility-classes
|
||||
tags:
|
||||
- css
|
||||
- tailwind-css
|
||||
- css
|
||||
- tailwind-css
|
||||
---
|
||||
|
||||
Whilst a number of classes that Tailwind CSS generates are single-value utility classes such as `.block { display: block; }` and `.relative { position: relative; }`, it also includes additional things such as [setting a default line height with a font size](https://tailwindcss.com/docs/font-size#setting-the-font-size), adding variants for [group-hover](https://tailwindcss.com/docs/hover-focus-and-other-states#styling-based-on-parent-state) and [focus-within](https://tailwindcss.com/docs/hover-focus-and-other-states#focus-within) (as well as various other pseudo states).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue