Skip to content

Commit b8eb846

Browse files
committed
Change the config.js to tailwind.js tht is recommended in step 3.
1 parent d5281f9 commit b8eb846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/docs/installation.blade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ To avoid specificity issues, we highly recommend structuring your main styleshee
110110
For simple projects or just giving Tailwind a spin, you can use the Tailwind CLI tool to process your CSS:
111111

112112
<div class="bg-smoke-lighter font-mono text-sm p-4">
113-
<div class="text-purple-dark">./node_modules/.bin/tailwind build <span class="text-blue-dark">styles.css</span> <span class="text-smoke-darker">[-c ./config.js] [-o ./output.css]</span></div>
113+
<div class="text-purple-dark">./node_modules/.bin/tailwind build <span class="text-blue-dark">styles.css</span> <span class="text-smoke-darker">[-c ./tailwind.js] [-o ./output.css]</span></div>
114114
</div>
115115

116116
#### Using Tailwind with PostCSS

0 commit comments

Comments
 (0)