You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,9 @@
2
2
3
3
Small repo to demonstrate the slow building of Tailwind CSS 2.0 using `webpack-dev-server` HMR & PostCSS.
4
4
5
-
## Broken - Tailwind 2.x
5
+
## Works - Tailwind 1.x
6
6
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
8
8
9
9
This is written up in detail in the [Speeding Up Tailwind CSS Builds](https://nystudio107.com/blog/speeding-up-tailwind-css-builds) article.
10
10
@@ -18,7 +18,7 @@ To replicate the issue:
18
18
19
19
1. Have Docker installed: https://docs.docker.com/get-docker/
20
20
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
22
22
4.`cd` to the `tailwind-css-performance` directory, and type: `docker-compose up` (the first time building the Docker container will be slow)
23
23
5. When you see `webpack_1 | ℹ 「wdm」: Compiled successfully.` in your terminal, the project is running
0 commit comments