📄 Add Commercial License for ee folder (#1532)
This commit is contained in:
8
ee/apps/landing-page/tailwind.config.js
Normal file
8
ee/apps/landing-page/tailwind.config.js
Normal file
@@ -0,0 +1,8 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: ['./app/blog/**/*.{js,ts,jsx,tsx,mdx}'],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [require('@tailwindcss/typography')],
|
||||
}
|
||||
Reference in New Issue
Block a user