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
- Host: GitHub
- URL: https://github.com/nelsonreitz/diving-in-functional-css
- Owner: nelsonreitz
- Created: 2019-09-21T20:53:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T11:55:51.000Z (almost 3 years ago)
- Last Synced: 2025-01-12T19:45:00.188Z (9 months ago)
- Topics: mdx, mdx-deck, talk
- Language: JavaScript
- Homepage: https://diving-in-functional-css.netlify.com
- Size: 2.22 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
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