Skip to content

Commit e263c97

Browse files
committed
edited tailwind config
1 parent 55c89f5 commit e263c97

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Diff for: tailwind.config.js

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
export const content = ["./src/**/*.{js,jsx,ts,tsx}", "./public/index.html"]
2-
3-
module.exports = {
4-
content: ["./src/**/*.{js,jsx,ts,tsx}"],
1+
/** @type {import('tailwindcss').Config} */
2+
export default {
3+
content: ["./src/**/*.{js,jsx,ts,tsx}", "./public/index.html"],
54
theme: {
65
extend: {
76
fontFamily: {

0 commit comments

Comments
 (0)