We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6834966 commit 7784cd7Copy full SHA for 7784cd7
tailwind.config.js
@@ -0,0 +1,9 @@
1
+/** @type {import('tailwindcss').Config} */
2
+module.exports = {
3
+ content: ["./src/**/*.{js,ts,jsx,tsx}"],
4
+ safelist: [{ pattern: /.*/ }],
5
+ theme: {
6
+ extend: {},
7
+ },
8
+ plugins: [],
9
+};
0 commit comments