Run prettier

This commit is contained in:
Oliver Davies 2020-03-14 21:58:20 +00:00
parent e4444b405a
commit 602a01f0c7
5 changed files with 68 additions and 16 deletions

View file

@ -3,14 +3,18 @@ title: Taking Flight with Tailwind CSS
url: https://www.oliverdavies.uk/talks/taking-flight-with-tailwind-css
tags: [css, front-end, tailwindcss]
---
An introduction to utility class and component based styling, and how to soar with [Tailwind CSS](https://tailwindcss.com).
An introduction to utility class and component based styling, and how to soar
with [Tailwind CSS](https://tailwindcss.com).
Things well cover:
- Advantages and disadvantages to utility based styling and Tailwind.
- How to install Tailwind and add it to your build process using tools such as Symfony Encore and Laravel Mix.
- How to install Tailwind and add it to your build process using tools such as
Symfony Encore and Laravel Mix.
- How to configure and customise Tailwind for your project.
- How to promote repeating classes into re-usable components for better maintainability.
- How to promote repeating classes into re-usable components for better
maintainability.
- Strategies to control the file size, and using external tools like PurgeCSS.
Also, if time allows: