An open API service indexing awesome lists of open source software.

https://github.com/nelsonreitz/diving-in-functional-css

Presentation about functional CSS and Tailwind CSS
https://github.com/nelsonreitz/diving-in-functional-css

mdx mdx-deck talk

Last synced: 7 months ago
JSON representation

Presentation about functional CSS and Tailwind CSS

Awesome Lists containing this project

README

          

# Diving in Functional CSS

> Watch live: [diving-in-functional-css.netlify.com](https://diving-in-functional-css.netlify.com)

Quick overview of Functional CSS (a.k.a Utility-first CSS or Atomic CSS).

## Getting Started

**Prerequisites**

- [Yarn](https://yarnpkg.com/)

**Install dependencies**

```shell
yarn
```

**Start local development server**

```shell
yarn start
```

MDX Deck will start a hot-reloading development environment at [localhost:8000](http://localhost:8000).

**Create a production build**

```shell
yarn build
```

Static files will be compiled in the `public/` folder.

## Deployment

Deployment is automated on the `master` branch with [Netlify](https://www.netlify.com/).

## Built With

- [MDX Deck](https://github.com/jxnblk/mdx-deck) - Deck builder powered by MDX and Gatsby