Skip to content

Commit

Permalink
Replace tailwind.config.js with tailwind.config.cjs, because Tailwind…
Browse files Browse the repository at this point in the history
… intellisense doesn't support ESM config files

Relevant issue: tailwindlabs/tailwindcss-intellisense#592
  • Loading branch information
jamesWalker55 committed Jun 26, 2023
1 parent 6517395 commit 1ceb822
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions tailwind.config.js → tailwind.config.cjs
@@ -1,5 +1,5 @@
/** @type {import('./tailwind.config.d.ts').Config} */
export default {
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./index.html", "./src/**/*.{vue,js,ts,jsx,tsx}"],
theme: {
fontSize: {
Expand Down
5 changes: 0 additions & 5 deletions tailwind.config.d.ts

This file was deleted.

0 comments on commit 1ceb822

Please sign in to comment.