diff --git a/src/pages/docs/guides/remix.js b/src/pages/docs/guides/remix.js index c57529d9b..74eea00f4 100644 --- a/src/pages/docs/guides/remix.js +++ b/src/pages/docs/guides/remix.js @@ -8,7 +8,7 @@ let steps = [ body: () => (
Start by creating a new Remix project if you don’t have one set up already. The most common - approach is to use Create Remix. + approach is to use Create Remix.
), code: { @@ -21,8 +21,7 @@ let steps = [ title: 'Enable built-in Tailwind CSS support in Remix', body: () => (
- Set the unstable_tailwind
feature flag in your remix.config.js
{' '}
- file. Eventually this will become stable and won't be necessary.
+ Set the tailwind
flag in your remix.config.js
file.
Install tailwindcss
via npm, and then run the init command to generate a{' '}
- tailwind.config.js
file.
+ tailwind.config.ts
file.