2018-05-09 22:24:08 +00:00
|
|
|
|
---
|
|
|
|
|
title: Taking Flight with Tailwind CSS
|
2019-03-04 00:05:04 +00:00
|
|
|
|
description: An introduction to the utility-first approach to writing CSS with a focus on the Tailwind CSS framework.
|
2018-05-09 23:17:07 +00:00
|
|
|
|
speakerdeck:
|
2018-09-03 19:08:17 +00:00
|
|
|
|
id: 10ca51f23560443d83b898a92929b4b3
|
2019-05-18 11:43:04 +00:00
|
|
|
|
ratio: '1.77777777777778'
|
2018-05-09 22:24:08 +00:00
|
|
|
|
url: https://speakerdeck.com/opdavies/taking-flight-with-tailwind-css
|
|
|
|
|
tags: [css, tailwind, meetup]
|
|
|
|
|
events:
|
2018-06-20 23:13:20 +00:00
|
|
|
|
- event: drupal_bristol
|
2019-02-13 01:10:14 +00:00
|
|
|
|
date: 2018-01-17
|
2018-07-09 19:44:24 +00:00
|
|
|
|
- event: php_south_wales
|
2019-02-13 01:10:14 +00:00
|
|
|
|
date: 2018-07-31
|
2019-03-26 21:07:59 +00:00
|
|
|
|
- event: wpchelt
|
|
|
|
|
date: 2019-04-17
|
2019-03-13 16:07:01 +00:00
|
|
|
|
- event: wordcamp_bristol_2019
|
|
|
|
|
date: 2019-05-18
|
2018-05-09 22:24:08 +00:00
|
|
|
|
meta:
|
|
|
|
|
og:
|
|
|
|
|
title: Taking Flight with Tailwind CSS
|
|
|
|
|
description: An introduction to utility CSS and Tailwind.
|
|
|
|
|
type: website
|
|
|
|
|
image:
|
2019-04-18 00:04:05 +00:00
|
|
|
|
url: '/images/talks/taking-flight-tailwind.jpg'
|
2018-05-09 22:24:08 +00:00
|
|
|
|
width: 2560
|
|
|
|
|
height: 1440
|
|
|
|
|
type: 'image/png'
|
|
|
|
|
---
|
|
|
|
|
An introduction to utility class and component based styling, and how to soar with [Tailwind CSS][1].
|
|
|
|
|
|
|
|
|
|
Things we’ll cover:
|
|
|
|
|
|
|
|
|
|
- Advantages and disadvantages to utility based styling and Tailwind.
|
2019-03-31 20:46:45 +00:00
|
|
|
|
- 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.
|
2018-05-09 22:24:08 +00:00
|
|
|
|
|
2019-04-15 11:28:44 +00:00
|
|
|
|
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.
|
|
|
|
|
|
2018-05-09 22:24:08 +00:00
|
|
|
|
[1]: https://tailwindcss.com
|