Skip to content

Commit

Permalink
Remove outdated "extras" section in with-tailwindcss example README (
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Yung authored and timneutkens committed May 18, 2019
1 parent 17f6fa9 commit bdf8da6
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions examples/with-tailwindcss/README.md
Expand Up @@ -43,19 +43,6 @@ Deploy it to the cloud with [now](https://zeit.co/now) ([download](https://zeit.
now
```

### Extras

In the `package.json` you'll see some extra commands.

* `yarn dev:css`
* used by `yarn dev` generate css bundle and watch css files for changes
* includes css imported into `index.css`
* will **not** autoreload browser when css changes
* `yarn build:css`
* used by `yarn build` to generate css bundle

These can be used manually but using the usual commands will run them anyways.

## The idea behind the example

This setup is a basic starting point for using tailwind css and next. Along with tailwind, this example
Expand Down

0 comments on commit bdf8da6

Please sign in to comment.