We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce44451 commit a2fc100Copy full SHA for a2fc100
landing-page/tailwind.config.js
@@ -1,6 +1,10 @@
1
/** @type {import('tailwindcss').Config} */
2
module.exports = {
3
- content: ["./**/*.md", "./.vitepress/theme/**/*.{vue,js,ts}"],
+ content: [
4
+ "./**/*.md",
5
+ "./.vitepress/theme/**/*.{vue,js,ts}",
6
+ "../components/**/*.vue",
7
+ ],
8
theme: {
9
extend: {
10
screens: {
0 commit comments