8 lines
105 B
JavaScript
8 lines
105 B
JavaScript
import typography from '@tailwindcss/typography';
|
|
|
|
export default {
|
|
plugins: [
|
|
typography,
|
|
],
|
|
};
|