talks/abstracts/taking-flight-with-tailwind-css.md
2019-06-02 12:17:31 +01:00

20 lines
863 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
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).
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 configure and customise Tailwind for your project.
- 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:
- How to extend Tailwind and add extra classes with community written plugins.
- How to write and test your own custom plugins.