Change to two spaces

This commit is contained in:
Oliver Davies 2024-09-08 23:09:54 +01:00
parent 2537fe2052
commit ed60ab964c
556 changed files with 2252 additions and 2252 deletions

View file

@ -1,12 +1,12 @@
---
title: >
How and why I started using PostCSS
How and why I started using PostCSS
pubDate: 2022-12-09
permalink: >-
archive/2022/12/09/how-and-why-i-started-using-postcss
archive/2022/12/09/how-and-why-i-started-using-postcss
tags:
- css
- front-end
- css
- front-end
---
I assume that, like many other Developers, when I started learning front-end development, I wrote normal, plain CSS and later discovered and adopted pre-processors like Less and Sass that added features such as variables and nesting to my stylesheets.