mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-05 23:40:57 +00:00
9 lines
215 B
JavaScript
9 lines
215 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
module.exports = {
|
|
content: ['**/*.html', '**/*.tsx'],
|
|
theme: {
|
|
extend: {}
|
|
},
|
|
plugins: []
|
|
}
|
|
module.exports = require("@repo/tailwind-config/tailwind.config");
|