13 lines
336 B
CSS
13 lines
336 B
CSS
/**
|
|
* Add Tailwind Typography.
|
|
*
|
|
* This file is a placeholder for the CSS-first version of Tailwind Typography
|
|
* that will eventually supplant the plugin and configuration file included
|
|
* below.
|
|
*
|
|
* https://github.com/tailwindlabs/tailwindcss-typography
|
|
*/
|
|
|
|
@plugin "@_tw/typography";
|
|
@config "./tailwind-typography.config.js";
|