File tree 1 file changed +0
-13
lines changed
1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -115,32 +115,19 @@ $ bin/rails tailwindcss:upgrade
115
115
Running the upstream Tailwind CSS upgrader
116
116
run npx @tailwindcss/upgrade@next --force --config /home/user/myapp/config/tailwind.config.js from " ."
117
117
≈ tailwindcss v4.0.0
118
-
119
118
│ Searching for CSS files in the current directory and its subdirectories…
120
-
121
119
│ ↳ Linked ` ./config/tailwind.config.js` to ` ./app/assets/stylesheets/application.tailwind.css`
122
-
123
120
│ Migrating JavaScript configuration files…
124
-
125
121
│ ↳ The configuration file at ` ./config/tailwind.config.js` could not be automatically migrated to the new CSS
126
122
│ configuration format, so your CSS has been updated to load your existing configuration file.
127
-
128
123
│ Migrating templates…
129
-
130
124
│ ↳ Migrated templates for configuration file: ` ./config/tailwind.config.js`
131
-
132
125
│ Migrating stylesheets…
133
-
134
126
│ ↳ Migrated stylesheet: ` ./app/assets/stylesheets/application.tailwind.css`
135
-
136
127
│ ↳ No PostCSS config found, skipping migration.
137
-
138
128
│ Updating dependencies…
139
-
140
129
│ Could not detect a package manager. Please manually update ` tailwindcss` to v4.
141
-
142
130
│ Verify the changes and commit them to your repository.
143
-
144
131
Strip Inter font CSS from application layout
145
132
gsub app/views/layouts/application.html.erb
146
133
Compile initial Tailwind build
You can’t perform that action at this time.
0 commit comments