Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Tailwind example to v2.0 #19278

Merged
merged 3 commits into from
Nov 20, 2020
Merged

Update Tailwind example to v2.0 #19278

merged 3 commits into from
Nov 20, 2020

Conversation

nezdemkovski
Copy link

  • Bump the Tailwind version to v2.0
  • Add necessary latest postcss and autoprefixer deps
  • Clean the tw config a bit
  • Add dark mode styles

@ijjk ijjk added the examples Issue/PR related to examples label Nov 18, 2020
@vercel vercel bot temporarily deployed to Preview November 18, 2020 19:16 Inactive
@ijjk
Copy link
Member

ijjk commented Nov 18, 2020

Stats from current PR

Default Server Mode (Increase detected ⚠️)
General
vercel/next.js canary yakovlevyuri/next.js update-tailwind-to-v2 Change
buildDuration 9.8s 9.7s -21ms
nodeModulesSize 84.9 MB 84.9 MB
Page Load Tests Overall increase ✓
vercel/next.js canary yakovlevyuri/next.js update-tailwind-to-v2 Change
/ failed reqs 0 0
/ total time (seconds) 2.281 2.158 -0.12
/ avg req/sec 1095.81 1158.48 +62.67
/error-in-render failed reqs 0 0
/error-in-render total time (seconds) 1.286 1.255 -0.03
/error-in-render avg req/sec 1943.84 1992.46 +48.62
Client Bundles (main, webpack, commons)
vercel/next.js canary yakovlevyuri/next.js update-tailwind-to-v2 Change
677f882d2ed8..4972.js gzip 12.7 kB 12.7 kB
framework.HASH.js gzip 39 kB 39 kB
main-f1a49fb..e45e.js gzip 6.52 kB 6.52 kB
webpack-e067..f178.js gzip 751 B 751 B
Overall change 58.9 kB 58.9 kB
Legacy Client Bundles (polyfills)
vercel/next.js canary yakovlevyuri/next.js update-tailwind-to-v2 Change
polyfills-4b..e242.js gzip 31 kB 31 kB
Overall change 31 kB 31 kB
Client Pages
vercel/next.js canary yakovlevyuri/next.js update-tailwind-to-v2 Change
_app-3b0cf13..85f8.js gzip 1.28 kB 1.28 kB
_error-6f635..c393.js gzip 3.44 kB 3.44 kB
hooks-d4ffc3..9e0f.js gzip 887 B 887 B
index-17468f..5d83.js gzip 227 B 227 B
link-b618194..5477.js gzip 1.61 kB 1.61 kB
routerDirect..924c.js gzip 284 B 284 B
withRouter-7..c13d.js gzip 284 B 284 B
Overall change 8.01 kB 8.01 kB
Client Build Manifests
vercel/next.js canary yakovlevyuri/next.js update-tailwind-to-v2 Change
_buildManifest.js gzip 321 B 321 B
Overall change 321 B 321 B
Rendered Page Sizes
vercel/next.js canary yakovlevyuri/next.js update-tailwind-to-v2 Change
index.html gzip 613 B 613 B
link.html gzip 621 B 621 B
withRouter.html gzip 608 B 608 B
Overall change 1.84 kB 1.84 kB

Serverless Mode
General
vercel/next.js canary yakovlevyuri/next.js update-tailwind-to-v2 Change
buildDuration 11.5s 11.4s -126ms
nodeModulesSize 84.9 MB 84.9 MB
Client Bundles (main, webpack, commons)
vercel/next.js canary yakovlevyuri/next.js update-tailwind-to-v2 Change
677f882d2ed8..4972.js gzip 12.7 kB 12.7 kB
framework.HASH.js gzip 39 kB 39 kB
main-f1a49fb..e45e.js gzip 6.52 kB 6.52 kB
webpack-e067..f178.js gzip 751 B 751 B
Overall change 58.9 kB 58.9 kB
Legacy Client Bundles (polyfills)
vercel/next.js canary yakovlevyuri/next.js update-tailwind-to-v2 Change
polyfills-4b..e242.js gzip 31 kB 31 kB
Overall change 31 kB 31 kB
Client Pages
vercel/next.js canary yakovlevyuri/next.js update-tailwind-to-v2 Change
_app-3b0cf13..85f8.js gzip 1.28 kB 1.28 kB
_error-6f635..c393.js gzip 3.44 kB 3.44 kB
hooks-d4ffc3..9e0f.js gzip 887 B 887 B
index-17468f..5d83.js gzip 227 B 227 B
link-b618194..5477.js gzip 1.61 kB 1.61 kB
routerDirect..924c.js gzip 284 B 284 B
withRouter-7..c13d.js gzip 284 B 284 B
Overall change 8.01 kB 8.01 kB
Client Build Manifests
vercel/next.js canary yakovlevyuri/next.js update-tailwind-to-v2 Change
_buildManifest.js gzip 321 B 321 B
Overall change 321 B 321 B
Serverless bundles
vercel/next.js canary yakovlevyuri/next.js update-tailwind-to-v2 Change
_error.js 914 kB 914 kB
404.html 2.67 kB 2.67 kB
hooks.html 1.92 kB 1.92 kB
index.js 915 kB 915 kB
link.js 973 kB 973 kB
routerDirect.js 966 kB 966 kB
withRouter.js 966 kB 966 kB
Overall change 4.74 MB 4.74 MB
Commit: eca7db6

"postcss-flexbugs-fixes": "4.2.1",
"autoprefixer": "10.0.2",
"postcss": "8.1.7",
"postcss-flexbugs-fixes": "5.0.1",
"postcss-preset-env": "^6.7.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might want to remove postcss-preset-env as it's not compatible with PostCSS 8 csstools/postcss-preset-env#191

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, you are right! Missed that, fixed now. Thanks!

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I removed the postcss-flexbugs-fixes plugin as well, IE support has been dropped in v2 (https://tailwindcss.com/docs/upgrading-to-v2#support-for-ie-11-has-been-dropped)

@vercel vercel bot temporarily deployed to Preview November 19, 2020 12:48 Inactive
@ijjk
Copy link
Member

ijjk commented Nov 19, 2020

Stats from current PR

Default Server Mode (Decrease detected ✓)
General
vercel/next.js canary yakovlevyuri/next.js update-tailwind-to-v2 Change
buildDuration 10.4s 10.7s ⚠️ +255ms
nodeModulesSize 84.9 MB 84.9 MB
Page Load Tests Overall decrease ⚠️
vercel/next.js canary yakovlevyuri/next.js update-tailwind-to-v2 Change
/ failed reqs 0 0
/ total time (seconds) 2.374 2.461 ⚠️ +0.09
/ avg req/sec 1052.88 1015.92 ⚠️ -36.96
/error-in-render failed reqs 0 0
/error-in-render total time (seconds) 1.607 1.622 ⚠️ +0.02
/error-in-render avg req/sec 1555.26 1541.1 ⚠️ -14.16
Client Bundles (main, webpack, commons)
vercel/next.js canary yakovlevyuri/next.js update-tailwind-to-v2 Change
677f882d2ed8..4972.js gzip 12.7 kB 12.7 kB
framework.HASH.js gzip 39 kB 39 kB
main-f1a49fb..e45e.js gzip 6.52 kB 6.52 kB
webpack-e067..f178.js gzip 751 B 751 B
Overall change 58.9 kB 58.9 kB
Legacy Client Bundles (polyfills)
vercel/next.js canary yakovlevyuri/next.js update-tailwind-to-v2 Change
polyfills-4b..e242.js gzip 31 kB 31 kB
Overall change 31 kB 31 kB
Client Pages
vercel/next.js canary yakovlevyuri/next.js update-tailwind-to-v2 Change
_app-3b0cf13..85f8.js gzip 1.28 kB 1.28 kB
_error-6f635..c393.js gzip 3.44 kB 3.44 kB
hooks-d4ffc3..9e0f.js gzip 887 B 887 B
index-17468f..5d83.js gzip 227 B 227 B
link-b618194..5477.js gzip 1.61 kB 1.61 kB
routerDirect..924c.js gzip 284 B 284 B
withRouter-7..c13d.js gzip 284 B 284 B
Overall change 8.01 kB 8.01 kB
Client Build Manifests
vercel/next.js canary yakovlevyuri/next.js update-tailwind-to-v2 Change
_buildManifest.js gzip 321 B 321 B
Overall change 321 B 321 B
Rendered Page Sizes
vercel/next.js canary yakovlevyuri/next.js update-tailwind-to-v2 Change
index.html gzip 613 B 613 B
link.html gzip 621 B 621 B
withRouter.html gzip 608 B 608 B
Overall change 1.84 kB 1.84 kB

Serverless Mode
General
vercel/next.js canary yakovlevyuri/next.js update-tailwind-to-v2 Change
buildDuration 12.5s 12.1s -351ms
nodeModulesSize 84.9 MB 84.9 MB
Client Bundles (main, webpack, commons)
vercel/next.js canary yakovlevyuri/next.js update-tailwind-to-v2 Change
677f882d2ed8..4972.js gzip 12.7 kB 12.7 kB
framework.HASH.js gzip 39 kB 39 kB
main-f1a49fb..e45e.js gzip 6.52 kB 6.52 kB
webpack-e067..f178.js gzip 751 B 751 B
Overall change 58.9 kB 58.9 kB
Legacy Client Bundles (polyfills)
vercel/next.js canary yakovlevyuri/next.js update-tailwind-to-v2 Change
polyfills-4b..e242.js gzip 31 kB 31 kB
Overall change 31 kB 31 kB
Client Pages
vercel/next.js canary yakovlevyuri/next.js update-tailwind-to-v2 Change
_app-3b0cf13..85f8.js gzip 1.28 kB 1.28 kB
_error-6f635..c393.js gzip 3.44 kB 3.44 kB
hooks-d4ffc3..9e0f.js gzip 887 B 887 B
index-17468f..5d83.js gzip 227 B 227 B
link-b618194..5477.js gzip 1.61 kB 1.61 kB
routerDirect..924c.js gzip 284 B 284 B
withRouter-7..c13d.js gzip 284 B 284 B
Overall change 8.01 kB 8.01 kB
Client Build Manifests
vercel/next.js canary yakovlevyuri/next.js update-tailwind-to-v2 Change
_buildManifest.js gzip 321 B 321 B
Overall change 321 B 321 B
Serverless bundles
vercel/next.js canary yakovlevyuri/next.js update-tailwind-to-v2 Change
_error.js 914 kB 914 kB
404.html 2.67 kB 2.67 kB
hooks.html 1.92 kB 1.92 kB
index.js 915 kB 915 kB
link.js 973 kB 973 kB
routerDirect.js 966 kB 966 kB
withRouter.js 966 kB 966 kB
Overall change 4.74 MB 4.74 MB
Commit: bf6203c

@vercel vercel bot temporarily deployed to Preview November 19, 2020 13:05 Inactive
@ijjk
Copy link
Member

ijjk commented Nov 19, 2020

Stats from current PR

Default Server Mode (Increase detected ⚠️)
General
vercel/next.js canary yakovlevyuri/next.js update-tailwind-to-v2 Change
buildDuration 9.8s 9.7s -78ms
nodeModulesSize 84.9 MB 84.9 MB
Page Load Tests Overall increase ✓
vercel/next.js canary yakovlevyuri/next.js update-tailwind-to-v2 Change
/ failed reqs 0 0
/ total time (seconds) 2.157 2.14 -0.02
/ avg req/sec 1159.26 1167.97 +8.71
/error-in-render failed reqs 0 0
/error-in-render total time (seconds) 1.272 1.209 -0.06
/error-in-render avg req/sec 1965.79 2067.58 +101.79
Client Bundles (main, webpack, commons)
vercel/next.js canary yakovlevyuri/next.js update-tailwind-to-v2 Change
677f882d2ed8..4972.js gzip 12.7 kB 12.7 kB
framework.HASH.js gzip 39 kB 39 kB
main-f1a49fb..e45e.js gzip 6.52 kB 6.52 kB
webpack-e067..f178.js gzip 751 B 751 B
Overall change 58.9 kB 58.9 kB
Legacy Client Bundles (polyfills)
vercel/next.js canary yakovlevyuri/next.js update-tailwind-to-v2 Change
polyfills-4b..e242.js gzip 31 kB 31 kB
Overall change 31 kB 31 kB
Client Pages
vercel/next.js canary yakovlevyuri/next.js update-tailwind-to-v2 Change
_app-3b0cf13..85f8.js gzip 1.28 kB 1.28 kB
_error-6f635..c393.js gzip 3.44 kB 3.44 kB
hooks-d4ffc3..9e0f.js gzip 887 B 887 B
index-17468f..5d83.js gzip 227 B 227 B
link-b618194..5477.js gzip 1.61 kB 1.61 kB
routerDirect..924c.js gzip 284 B 284 B
withRouter-7..c13d.js gzip 284 B 284 B
Overall change 8.01 kB 8.01 kB
Client Build Manifests
vercel/next.js canary yakovlevyuri/next.js update-tailwind-to-v2 Change
_buildManifest.js gzip 321 B 321 B
Overall change 321 B 321 B
Rendered Page Sizes
vercel/next.js canary yakovlevyuri/next.js update-tailwind-to-v2 Change
index.html gzip 613 B 613 B
link.html gzip 621 B 621 B
withRouter.html gzip 608 B 608 B
Overall change 1.84 kB 1.84 kB

Serverless Mode
General
vercel/next.js canary yakovlevyuri/next.js update-tailwind-to-v2 Change
buildDuration 11.6s 11.6s -10ms
nodeModulesSize 84.9 MB 84.9 MB
Client Bundles (main, webpack, commons)
vercel/next.js canary yakovlevyuri/next.js update-tailwind-to-v2 Change
677f882d2ed8..4972.js gzip 12.7 kB 12.7 kB
framework.HASH.js gzip 39 kB 39 kB
main-f1a49fb..e45e.js gzip 6.52 kB 6.52 kB
webpack-e067..f178.js gzip 751 B 751 B
Overall change 58.9 kB 58.9 kB
Legacy Client Bundles (polyfills)
vercel/next.js canary yakovlevyuri/next.js update-tailwind-to-v2 Change
polyfills-4b..e242.js gzip 31 kB 31 kB
Overall change 31 kB 31 kB
Client Pages
vercel/next.js canary yakovlevyuri/next.js update-tailwind-to-v2 Change
_app-3b0cf13..85f8.js gzip 1.28 kB 1.28 kB
_error-6f635..c393.js gzip 3.44 kB 3.44 kB
hooks-d4ffc3..9e0f.js gzip 887 B 887 B
index-17468f..5d83.js gzip 227 B 227 B
link-b618194..5477.js gzip 1.61 kB 1.61 kB
routerDirect..924c.js gzip 284 B 284 B
withRouter-7..c13d.js gzip 284 B 284 B
Overall change 8.01 kB 8.01 kB
Client Build Manifests
vercel/next.js canary yakovlevyuri/next.js update-tailwind-to-v2 Change
_buildManifest.js gzip 321 B 321 B
Overall change 321 B 321 B
Serverless bundles
vercel/next.js canary yakovlevyuri/next.js update-tailwind-to-v2 Change
_error.js 914 kB 914 kB
404.html 2.67 kB 2.67 kB
hooks.html 1.92 kB 1.92 kB
index.js 915 kB 915 kB
link.js 973 kB 973 kB
routerDirect.js 966 kB 966 kB
withRouter.js 966 kB 966 kB
Overall change 4.74 MB 4.74 MB
Commit: 9707a86

@vercel vercel bot temporarily deployed to Preview November 20, 2020 17:56 Inactive
Copy link
Member

@lfades lfades left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@yakovlevyuri LGTM. Thank you! 💯

@vercel vercel bot temporarily deployed to Preview November 20, 2020 17:57 Inactive
@ijjk
Copy link
Member

ijjk commented Nov 20, 2020

Stats from current PR

Default Server Mode (Decrease detected ✓)
General
vercel/next.js canary yakovlevyuri/next.js update-tailwind-to-v2 Change
buildDuration 10.1s 10.1s ⚠️ +40ms
nodeModulesSize 84.9 MB 84.9 MB
Page Load Tests Overall decrease ⚠️
vercel/next.js canary yakovlevyuri/next.js update-tailwind-to-v2 Change
/ failed reqs 0 0
/ total time (seconds) 2.317 2.265 -0.05
/ avg req/sec 1078.78 1103.9 +25.12
/error-in-render failed reqs 0 0
/error-in-render total time (seconds) 1.291 1.34 ⚠️ +0.05
/error-in-render avg req/sec 1936.57 1866.13 ⚠️ -70.44
Client Bundles (main, webpack, commons)
vercel/next.js canary yakovlevyuri/next.js update-tailwind-to-v2 Change
677f882d2ed8..005c.js gzip 12.8 kB 12.8 kB
framework.HASH.js gzip 39 kB 39 kB
main-f1a49fb..e45e.js gzip 6.52 kB 6.52 kB
webpack-e067..f178.js gzip 751 B 751 B
Overall change 59 kB 59 kB
Legacy Client Bundles (polyfills)
vercel/next.js canary yakovlevyuri/next.js update-tailwind-to-v2 Change
polyfills-4b..e242.js gzip 31 kB 31 kB
Overall change 31 kB 31 kB
Client Pages
vercel/next.js canary yakovlevyuri/next.js update-tailwind-to-v2 Change
_app-3b0cf13..85f8.js gzip 1.28 kB 1.28 kB
_error-6f635..c393.js gzip 3.44 kB 3.44 kB
hooks-d4ffc3..9e0f.js gzip 887 B 887 B
index-17468f..5d83.js gzip 227 B 227 B
link-b618194..5477.js gzip 1.61 kB 1.61 kB
routerDirect..924c.js gzip 284 B 284 B
withRouter-7..c13d.js gzip 284 B 284 B
Overall change 8.01 kB 8.01 kB
Client Build Manifests
vercel/next.js canary yakovlevyuri/next.js update-tailwind-to-v2 Change
_buildManifest.js gzip 321 B 321 B
Overall change 321 B 321 B
Rendered Page Sizes
vercel/next.js canary yakovlevyuri/next.js update-tailwind-to-v2 Change
index.html gzip 614 B 614 B
link.html gzip 621 B 621 B
withRouter.html gzip 607 B 607 B
Overall change 1.84 kB 1.84 kB

Serverless Mode
General
vercel/next.js canary yakovlevyuri/next.js update-tailwind-to-v2 Change
buildDuration 12.4s 11.8s -567ms
nodeModulesSize 84.9 MB 84.9 MB
Client Bundles (main, webpack, commons)
vercel/next.js canary yakovlevyuri/next.js update-tailwind-to-v2 Change
677f882d2ed8..005c.js gzip 12.8 kB 12.8 kB
framework.HASH.js gzip 39 kB 39 kB
main-f1a49fb..e45e.js gzip 6.52 kB 6.52 kB
webpack-e067..f178.js gzip 751 B 751 B
Overall change 59 kB 59 kB
Legacy Client Bundles (polyfills)
vercel/next.js canary yakovlevyuri/next.js update-tailwind-to-v2 Change
polyfills-4b..e242.js gzip 31 kB 31 kB
Overall change 31 kB 31 kB
Client Pages
vercel/next.js canary yakovlevyuri/next.js update-tailwind-to-v2 Change
_app-3b0cf13..85f8.js gzip 1.28 kB 1.28 kB
_error-6f635..c393.js gzip 3.44 kB 3.44 kB
hooks-d4ffc3..9e0f.js gzip 887 B 887 B
index-17468f..5d83.js gzip 227 B 227 B
link-b618194..5477.js gzip 1.61 kB 1.61 kB
routerDirect..924c.js gzip 284 B 284 B
withRouter-7..c13d.js gzip 284 B 284 B
Overall change 8.01 kB 8.01 kB
Client Build Manifests
vercel/next.js canary yakovlevyuri/next.js update-tailwind-to-v2 Change
_buildManifest.js gzip 321 B 321 B
Overall change 321 B 321 B
Serverless bundles
vercel/next.js canary yakovlevyuri/next.js update-tailwind-to-v2 Change
_error.js 914 kB 914 kB
404.html 2.67 kB 2.67 kB
hooks.html 1.92 kB 1.92 kB
index.js 915 kB 915 kB
link.js 973 kB 973 kB
routerDirect.js 966 kB 966 kB
withRouter.js 966 kB 966 kB
Overall change 4.74 MB 4.74 MB
Commit: 5772d3c

@ijjk
Copy link
Member

ijjk commented Nov 20, 2020

Stats from current PR

Default Server Mode (Increase detected ⚠️)
General
vercel/next.js canary yakovlevyuri/next.js update-tailwind-to-v2 Change
buildDuration 8.7s 8.9s ⚠️ +173ms
nodeModulesSize 84.9 MB 84.9 MB
Page Load Tests Overall increase ✓
vercel/next.js canary yakovlevyuri/next.js update-tailwind-to-v2 Change
/ failed reqs 0 0
/ total time (seconds) 2.01 1.957 -0.05
/ avg req/sec 1243.83 1277.19 +33.36
/error-in-render failed reqs 0 0
/error-in-render total time (seconds) 1.151 1.14 -0.01
/error-in-render avg req/sec 2171.33 2193.56 +22.23
Client Bundles (main, webpack, commons)
vercel/next.js canary yakovlevyuri/next.js update-tailwind-to-v2 Change
677f882d2ed8..005c.js gzip 12.8 kB 12.8 kB
framework.HASH.js gzip 39 kB 39 kB
main-f1a49fb..e45e.js gzip 6.52 kB 6.52 kB
webpack-e067..f178.js gzip 751 B 751 B
Overall change 59 kB 59 kB
Legacy Client Bundles (polyfills)
vercel/next.js canary yakovlevyuri/next.js update-tailwind-to-v2 Change
polyfills-4b..e242.js gzip 31 kB 31 kB
Overall change 31 kB 31 kB
Client Pages
vercel/next.js canary yakovlevyuri/next.js update-tailwind-to-v2 Change
_app-3b0cf13..85f8.js gzip 1.28 kB 1.28 kB
_error-6f635..c393.js gzip 3.44 kB 3.44 kB
hooks-d4ffc3..9e0f.js gzip 887 B 887 B
index-17468f..5d83.js gzip 227 B 227 B
link-b618194..5477.js gzip 1.61 kB 1.61 kB
routerDirect..924c.js gzip 284 B 284 B
withRouter-7..c13d.js gzip 284 B 284 B
Overall change 8.01 kB 8.01 kB
Client Build Manifests
vercel/next.js canary yakovlevyuri/next.js update-tailwind-to-v2 Change
_buildManifest.js gzip 321 B 321 B
Overall change 321 B 321 B
Rendered Page Sizes
vercel/next.js canary yakovlevyuri/next.js update-tailwind-to-v2 Change
index.html gzip 614 B 614 B
link.html gzip 621 B 621 B
withRouter.html gzip 607 B 607 B
Overall change 1.84 kB 1.84 kB

Serverless Mode
General
vercel/next.js canary yakovlevyuri/next.js update-tailwind-to-v2 Change
buildDuration 10.3s 10.2s -125ms
nodeModulesSize 84.9 MB 84.9 MB
Client Bundles (main, webpack, commons)
vercel/next.js canary yakovlevyuri/next.js update-tailwind-to-v2 Change
677f882d2ed8..005c.js gzip 12.8 kB 12.8 kB
framework.HASH.js gzip 39 kB 39 kB
main-f1a49fb..e45e.js gzip 6.52 kB 6.52 kB
webpack-e067..f178.js gzip 751 B 751 B
Overall change 59 kB 59 kB
Legacy Client Bundles (polyfills)
vercel/next.js canary yakovlevyuri/next.js update-tailwind-to-v2 Change
polyfills-4b..e242.js gzip 31 kB 31 kB
Overall change 31 kB 31 kB
Client Pages
vercel/next.js canary yakovlevyuri/next.js update-tailwind-to-v2 Change
_app-3b0cf13..85f8.js gzip 1.28 kB 1.28 kB
_error-6f635..c393.js gzip 3.44 kB 3.44 kB
hooks-d4ffc3..9e0f.js gzip 887 B 887 B
index-17468f..5d83.js gzip 227 B 227 B
link-b618194..5477.js gzip 1.61 kB 1.61 kB
routerDirect..924c.js gzip 284 B 284 B
withRouter-7..c13d.js gzip 284 B 284 B
Overall change 8.01 kB 8.01 kB
Client Build Manifests
vercel/next.js canary yakovlevyuri/next.js update-tailwind-to-v2 Change
_buildManifest.js gzip 321 B 321 B
Overall change 321 B 321 B
Serverless bundles
vercel/next.js canary yakovlevyuri/next.js update-tailwind-to-v2 Change
_error.js 914 kB 914 kB
404.html 2.67 kB 2.67 kB
hooks.html 1.92 kB 1.92 kB
index.js 915 kB 915 kB
link.js 973 kB 973 kB
routerDirect.js 966 kB 966 kB
withRouter.js 966 kB 966 kB
Overall change 4.74 MB 4.74 MB
Commit: 48a6d09

@kodiakhq kodiakhq bot merged commit 0c38922 into vercel:canary Nov 20, 2020
@nezdemkovski nezdemkovski deleted the update-tailwind-to-v2 branch November 20, 2020 23:30
kamermans pushed a commit to kamermans/next.js that referenced this pull request Dec 14, 2020
- Bump the Tailwind version to v2.0
- Add necessary latest `postcss` and `autoprefixer` deps
- Clean the tw config a bit
- Add dark mode styles
@vercel vercel locked as resolved and limited conversation to collaborators Jan 29, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
examples Issue/PR related to examples
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants