Skip to content

Commit 9ce5e85

Browse files
authored
Remove unnecessary/incorrect information about installation (#2135)
Addresses #2134 [Here](https://tailwindcss-com-git-fork-xkjjx-railsv4-docu-ea85af-tailwindlabs.vercel.app/docs/installation/framework-guides/ruby-on-rails) is the link to the preview, and [here](https://tailwindcss.com/docs/installation/framework-guides/ruby-on-rails) is the current version.
1 parent 9693ace commit 9ce5e85

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

src/app/(docs)/docs/installation/framework-guides/ruby-on-rails.tsx

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -63,22 +63,6 @@ export let steps: Step[] = [
6363
`,
6464
},
6565
},
66-
{
67-
title: "Import Tailwind CSS",
68-
body: (
69-
<p>
70-
Add an <code>@import</code> that imports Tailwind CSS to your <code>application.tailwind.css</code> file located
71-
in the <code>./app/assets/stylesheets</code> directory.
72-
</p>
73-
),
74-
code: {
75-
name: "application.tailwind.css",
76-
lang: "css",
77-
code: css`
78-
@import "tailwindcss";
79-
`,
80-
},
81-
},
8266
{
8367
title: "Start your build process",
8468
body: (

0 commit comments

Comments
 (0)