Update README.md

This commit is contained in:
Taylor Bryant 2018-12-25 23:15:58 -06:00 committed by GitHub
parent c26fa7363d
commit ee7aeb82b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -3,13 +3,13 @@ A starter kit for using [Tailwind](https://tailwindcss.com) (v0.7.3) with [Jekyl
* A barebones Jekyll starter theme * A barebones Jekyll starter theme
* A Gulpfile that does the following: * A Gulpfile that does the following:
* Builds Tailwind * Compiles Tailwind
* Strips out unused CSS using [Purgecss](http://www.purgecss.com/) * Strips out unused CSS using [Purgecss](http://www.purgecss.com/)
* Runs [Autoprefixer](https://github.com/postcss/autoprefixer) * Runs [Autoprefixer](https://github.com/postcss/autoprefixer)
* Minifies your CSS * Minifies your CSS
* Generate a CSS sourcemap * Generate a CSS sourcemap
* Builds Jekyll * Compiles Jekyll
* Runs [Browsersync](https://www.browsersync.io/) for live reload * Runs [Browsersync](https://www.browsersync.io/) for local development
## Example ## Example
I used this starter for my personal blog. See the code [here](https://github.com/taylorbryant/taylorbryant.github.io). I used this starter for my personal blog. See the code [here](https://github.com/taylorbryant/taylorbryant.github.io).