refactor: changelog use markdown

This commit is contained in:
alexsparkes
2024-06-04 18:16:56 +01:00
parent 143c93364f
commit 0b3802fcd6
4 changed files with 57 additions and 62 deletions

View File

@@ -1,12 +1,8 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
"./index.html",
"./src/**/*.{js,ts,jsx,tsx}",
],
content: ['./index.html', './src/**/*.{js,ts,jsx,tsx}'],
theme: {
extend: {},
},
plugins: [],
}
plugins: [require('@tailwindcss/typography')],
};