1
0
mirror of https://github.com/avinal/avinal.github.io.git synced 2026-07-04 07:40:09 +05:30
Files
avinal.github.io/tailwind.config.js
T
2023-01-02 12:45:21 +05:30

9 lines
188 B
JavaScript

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