We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 585a65f commit be7d436Copy full SHA for be7d436
packages/tailwind-config/tailwind.config.js
@@ -1,5 +1,5 @@
1
/** @type {import('tailwindcss').Config} */
2
-export default {
+module.exports = {
3
plugins: [require('tailwindcss-animate'), require('@tailwindcss/typography')],
4
theme: {
5
extend: {
0 commit comments