feat: ability to add and view blogs for a user
This commit is contained in:
@@ -1,16 +1,9 @@
|
||||
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: [
|
||||
"./index.html",
|
||||
"./src/**/*.{js,ts,jsx,tsx}"
|
||||
],
|
||||
darkMode: 'class',
|
||||
content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}"],
|
||||
darkMode: "class",
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [
|
||||
require('@tailwindcss/typography'),
|
||||
],
|
||||
plugins: [require("@tailwindcss/typography"), require("@tailwindcss/vite")],
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user