Skip to content

Commit 727ab7c

Browse files
authored
Merge pull request tailwindlabs#140 from remarks/patch-1
Update upgrading-to-v1.blade.md
2 parents c09a663 + 03ff6a9 commit 727ab7c

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

source/docs/upgrading-to-v1.blade.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,23 @@ So while there's not a ton of exciting new features, you can at least be excited
1313

1414
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.
1515

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)
3333

3434
<h3 class="no-toc">1. Update Tailwind</h3>
3535

0 commit comments

Comments
 (0)