31 lines
1.1 KiB
Markdown
31 lines
1.1 KiB
Markdown
|
---
|
|||
|
title: Taking Flight with Tailwind CSS
|
|||
|
slides:
|
|||
|
url: https://speakerdeck.com/opdavies/taking-flight-with-tailwind-css
|
|||
|
embed: '<script async class="speakerdeck-embed" data-id="10ca51f23560443d83b898a92929b4b3" data-ratio="1.77777777777778" src="//speakerdeck.com/assets/embed.js"></script>'
|
|||
|
tags: [css, tailwind, meetup]
|
|||
|
type: Lightning talk
|
|||
|
events:
|
|||
|
- { event: drupal-bristol, date: '2018-01-17' }
|
|||
|
meta:
|
|||
|
og:
|
|||
|
title: Taking Flight with Tailwind CSS
|
|||
|
description: An introduction to utility CSS and Tailwind.
|
|||
|
type: website
|
|||
|
image:
|
|||
|
url: '/assets/images/talks/taking-flight-tailwind.png'
|
|||
|
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.
|
|||
|
- How to install Tailwind and add it to your build process.
|
|||
|
- How to customise Tailwind.
|
|||
|
- How to promote repeating classes into re-usable components.
|
|||
|
|
|||
|
[1]: https://tailwindcss.com
|