@@ -366,7 +366,7 @@ <h3 class="mb-3 font-bold">How to use the <code>initTE</code> method?</h3>
366366< p class ="mb-2 ">
367367 2. Install tailwind CSS and its dependencies. After that,
368368 < code > init</ code > the tailwind with the Tailwind CLI tool to create
369- < code > tailwind.config.cjs </ code > file.
369+ < code > tailwind.config.js </ code > file.
370370</ p >
371371
372372< div class ="pt-2 " id ="download-vite-step-2 ">
@@ -378,7 +378,7 @@ <h3 class="mb-3 font-bold">How to use the <code>initTE</code> method?</h3>
378378</ div >
379379
380380< p class ="mb-2 mt-6 ">
381- 3. Go to the < code > tailwind.config.cjs </ code > file and add paths where your
381+ 3. Go to the < code > tailwind.config.js </ code > file and add paths where your
382382 html files are going to be stored. You can change the
383383 < code > index.html</ code > location but make sure to change to
384384 < a
@@ -392,7 +392,7 @@ <h3 class="mb-3 font-bold">How to use the <code>initTE</code> method?</h3>
392392
393393< div class ="pt-2 " id ="download-vite-step-3 ">
394394 <!-- prettier-ignore -->
395- {{< twsnippet /wrapper "tailwind.config.cjs " "" "mobile" > }}{{< twsnippet /code active=true lang="JavaScript" > }}
395+ {{< twsnippet /wrapper "tailwind.config.js " "" "mobile" > }}{{< twsnippet /code active=true lang="JavaScript" > }}
396396 /** @type {import('tailwindcss').Config} */
397397 module.exports = {
398398 content: [
@@ -472,13 +472,13 @@ <h3 class="mb-3 font-bold">How to use the <code>initTE</code> method?</h3>
472472
473473< p class ="mb-2 mt-6 ">
474474 8. Add js files patterns that loads dynamic component classes to the content
475- array inside the < code > tailwind.config.cjs </ code > . Extend the default tailwind
475+ array inside the < code > tailwind.config.js </ code > . Extend the default tailwind
476476 classes by adding the < code > TW elements</ code > plugin.
477477</ p >
478478
479479< div class ="pt-2 " id ="download-vite-step-8 ">
480480 <!-- prettier-ignore -->
481- {{< twsnippet /wrapper "tailwind.config.cjs " "" "mobile" > }}{{< twsnippet /code active=true lang="js" > }}
481+ {{< twsnippet /wrapper "tailwind.config.js " "" "mobile" > }}{{< twsnippet /code active=true lang="js" > }}
482482 /** @type {import('tailwindcss').Config} */
483483 module.exports = {
484484 content: [
0 commit comments