[examples/github-backed-catalog] - improvements after issue #871 (#887)

This commit is contained in:
Luccas Mateus
2023-05-17 11:10:18 -03:00
committed by GitHub
parent ebcb93c996
commit 4e91e88f2b
18 changed files with 276 additions and 182 deletions

View File

@@ -8,8 +8,5 @@ module.exports = {
theme: {
extend: {},
},
plugins: [
require('@tailwindcss/typography')
],
}
plugins: [require("@tailwindcss/typography")],
};