Skip to content

Commit 50dad29

Browse files
author
Andrew Welch
committed
Updated README.md
1 parent 591a520 commit 50dad29

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
Small repo to demonstrate the slow building of Tailwind CSS 2.0 using `webpack-dev-server` HMR & PostCSS.
44

5-
## Broken - Tailwind 2.x
5+
## Works - Tailwind 1.x
66

7-
This is the Broken - Tailwind 2.x branch; you can find the [Solution - Tailwind 1.x branch here](https://github.com/nystudio107/tailwind-css-performance/tree/solution) which is a solution for Tailwind CSS 1.x, but it breaks in Tailwind CSS 2.x
7+
This is the Works - Tailwind 1.x branch; you can find the [Solution - Tailwind 1.x branch here](https://github.com/nystudio107/tailwind-css-performance/tree/solution) which is a solution for Tailwind CSS 1.x, but it breaks in Tailwind CSS 2.x
88

99
This is written up in detail in the [Speeding Up Tailwind CSS Builds](https://nystudio107.com/blog/speeding-up-tailwind-css-builds) article.
1010

@@ -18,7 +18,7 @@ To replicate the issue:
1818

1919
1. Have Docker installed: https://docs.docker.com/get-docker/
2020
2. Clone the repo via `git clone https://github.com/nystudio107/tailwind-css-performance.git`
21-
3. Make sure you switch to the `broken-tailwind-2.x` branch
21+
3. Make sure you switch to the `works-tailwind-1.x` branch
2222
4. `cd` to the `tailwind-css-performance` directory, and type: `docker-compose up` (the first time building the Docker container will be slow)
2323
5. When you see `webpack_1 | ℹ 「wdm」: Compiled successfully.` in your terminal, the project is running
2424

0 commit comments

Comments
 (0)