Skip to content
This repository was archived by the owner on Sep 11, 2021. It is now read-only.

Commit 27d3461

Browse files
committed
Replace @next references
1 parent 5d1a941 commit 27d3461

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/pages/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ Install the plugin using npm or Yarn:
3434

3535
```bash
3636
# Using npm
37-
npm install @tailwindcss/custom-forms@next --save-dev
37+
npm install @tailwindcss/custom-forms --save-dev
3838

3939
# Using Yarn
40-
yarn add @tailwindcss/custom-forms@next -D
40+
yarn add @tailwindcss/custom-forms -D
4141
```
4242

4343
### 2. Add the plugin to your `tailwind.config.js` file
@@ -427,7 +427,7 @@ module.exports = {
427427
The configuration format is the same [CSS-in-JS syntax](https://tailwindcss.com/docs/plugins/#css-in-js-syntax)
428428
used to author Tailwind plugins, so you are free to customize or add any CSS properties you like.
429429

430-
See [the default options](#) used by the plugin for a complete reference of styles that are applied
430+
See [the default options](https://github.com/tailwindcss/custom-forms/blob/master/src/defaultOptions.js) used by the plugin for a complete reference of styles that are applied
431431
out of the box.
432432

433433
### Customizing the select, checkbox, and radio icons

0 commit comments

Comments
 (0)