1
0
mirror of https://github.com/avinal/avinal.github.io.git synced 2026-07-03 23:30:09 +05:30
Files
avinal.github.io/tailwind.config.js
T
2023-01-30 23:57:37 +05:30

9 lines
188 B
JavaScript

/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./src/**/*.{html,elm,js}"],
theme: {
extend: {},
},
plugins: [require("@tailwindcss/typography")],
};