We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9693ace commit 9ce5e85Copy full SHA for 9ce5e85
src/app/(docs)/docs/installation/framework-guides/ruby-on-rails.tsx
@@ -63,22 +63,6 @@ export let steps: Step[] = [
63
`,
64
},
65
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
82
{
83
title: "Start your build process",
84
body: (
0 commit comments