Skip to content

Commit dec0360

Browse files
committed
docs prettier-plugin-tailwindcss deps
1 parent 922b810 commit dec0360

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

website/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"devDependencies": {
3535
"@docusaurus/module-type-aliases": "^2.2.0",
3636
"@tsconfig/docusaurus": "^1.0.5",
37-
"prettier": "^2.7.1",
37+
"prettier": "^2.8.1",
3838
"prettier-plugin-tailwindcss": "^0.1.13",
3939
"typescript": "^4.7.4"
4040
},

website/tailwind.config.js

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
/** @type {import('tailwindcss').Config} */
22
module.exports = {
3-
content: ["./src/**/*.{js,jsx,ts,tsx}"],
3+
content: ['./src/**/*.{js,jsx,ts,tsx}'],
44
theme: {
55
extend: {
66
maxWidth: {
77
'80ch': '80ch'
88
}
9-
},
9+
}
1010
},
11-
darkMode: ["class", '[data-theme="dark"]'],
12-
plugins: [],
13-
corePlugins: { preflight: false },
14-
};
11+
darkMode: ['class', '[data-theme="dark"]'],
12+
plugins: [require('prettier-plugin-tailwindcss')],
13+
corePlugins: { preflight: false }
14+
}

0 commit comments

Comments
 (0)