Skip to content
This repository was archived by the owner on Jan 5, 2021. It is now read-only.

Updated to support tailwind v2 #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Tailwind CSS Playground

A simple starter project for playing around with Tailwind in a proper PostCSS environment.
A simple starter project for playing around with Tailwind v2 in a proper PostCSS environment.

To get started:

Expand Down Expand Up @@ -36,9 +36,9 @@ To get started:

4. Open `public/index.html` in your editor and start experimenting!

## Play with it on CodeSandbox
## Play with it on Tailwind Play

A CodeSandbox version of this playground [is one click away](https://codesandbox.io/s/github/tailwindcss/playground/tree/master)!
A sandbox version of this playground [is one click away](https://play.tailwindcss.com/)!

## Building for production

Expand Down
Loading