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: source/docs/upgrading-to-v1.blade.md
+17-17Lines changed: 17 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,23 +13,23 @@ So while there's not a ton of exciting new features, you can at least be excited
13
13
14
14
These changes affect all users, whether you are using Tailwind with PostCSS and your own custom config file, or just using the default config file or CDN.
15
15
16
-
1.[Update Tailwind](#update-tailwind)
17
-
1.[Update your config file](#update-your-config-file)
18
-
1.[Rename `tailwind.js` to `tailwind.config.js`](#rename-tailwind-js-to-tailwind-config-js)
19
-
1.[Replace `@tailwind preflight` with `@tailwind base`](#replace-preflight-with-base)
20
-
1.[Replace `config()` with `theme()`](#replace-config-with-theme)
21
-
1.[Explicitly style any headings](#explicitly-style-any-headings)
22
-
1.[Explicitly style any lists that should have bullets/numbers](#explicitly-style-any-lists)
23
-
1.[Remove any usage of `.list-reset`](#remove-any-usage-of-list-reset)
24
-
1.[Replace `.pin-{side}` with `.{top|left|bottom|right|inset}-{value}`](#replace-pin-with-inset)
25
-
1.[Replace `.roman` with `.not-italic`](#replace-roman-with-not-italic)
26
-
1.[Replace `.flex-no-grow/shrink` with `.flex-grow/shrink-0`](#replace-flex-no-grow-shrink-with-flex-grow-shrink-0)
27
-
1.[Explicitly add color and underline styles to links](#explicitly-add-color-and-underline-styles-to-links)
28
-
1.[Add `inline` to any replaced elements (`img`, `video`, etc.) that should not be `display: block`](#add-inline-to-any-replaced-elements-img-video-etc-that-should-not-be-display-block)
29
-
1.[Adjust the line-height and padding on your form elements](#adjust-the-line-height-and-padding-on-your-form-elements)
30
-
1.[Adjust the text color on your form elements](#adjust-the-text-color-on-your-form-elements)
31
-
1.[Double check your default font family](#double-check-your-default-font-family)
32
-
1.[Double check your default line-height](#double-check-your-default-line-height)
16
+
1.[Update Tailwind](#1-update-tailwind)
17
+
1.[Update your config file](#2-update-your-config-file)
18
+
1.[Rename `tailwind.js` to `tailwind.config.js`](#3-rename-tailwind-js-to-tailwind-config-js)
19
+
1.[Replace `@tailwind preflight` with `@tailwind base`](#4-replace-tailwind-preflight-with-tailwind-base)
20
+
1.[Replace `config()` with `theme()`](#5-replace-config-with-theme)
21
+
1.[Explicitly style any headings](#6-explicitly-style-any-headings)
22
+
1.[Explicitly style any lists that should have bullets/numbers](#7-explicitly-style-any-lists-that-should-have-bullets-numbers)
23
+
1.[Remove any usage of `.list-reset`](#8-remove-any-usage-of-list-reset)
24
+
1.[Replace `.pin-{side}` with `.{top|left|bottom|right|inset}-{value}`](#9-replace-pin-side-with-top-left-bottom-right-inset-value)
25
+
1.[Replace `.roman` with `.not-italic`](#10-replace-roman-with-not-italic)
26
+
1.[Replace `.flex-no-grow/shrink` with `.flex-grow/shrink-0`](#11-replace-flex-no-grow-shrink-with-flex-grow-shrink-0)
27
+
1.[Explicitly add color and underline styles to links](#12-explicitly-add-color-and-underline-styles-to-links)
28
+
1.[Add `inline` to any replaced elements (`img`, `video`, etc.) that should not be `display: block`](#13-add-inline-to-any-replaced-elements-img-video-etc-that-should)
29
+
1.[Adjust the line-height and padding on your form elements](#14-adjust-the-line-height-and-padding-on-your-form-elements)
30
+
1.[Adjust the text color on your form elements](#15-adjust-the-text-color-on-your-form-elements)
31
+
1.[Double check your default font family](#16-double-check-your-default-font-family)
32
+
1.[Double check your default line-height](#17-double-check-your-default-line-height)
0 commit comments