Update README.md

This commit is contained in:
Taylor Bryant 2017-11-08 20:12:40 -06:00 committed by GitHub
parent bede00e1ca
commit 0a417942c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -4,10 +4,10 @@ A starter kit for using [Tailwind](https://tailwindcss.com) with [Jekyll](https:
* A Gulp file with a default task that does the following:
* Builds Tailwind
* Runs Autoprefixer
* Runs [Autoprefixer](https://github.com/postcss/autoprefixer)
* Minifies your CSS
* Runs `jekyll serve`
* Runs BrowserSync for live reload (preview your site at `localhost:4000`)
* Builds Jekyll
* Runs [Browsersync](https://www.browsersync.io/) for live reload
## What is Tailwind?
>"Tailwind is a utility-first CSS framework for rapidly building custom user interfaces." [Tailwind](https://tailwindcss.com)