UNPKG
@mkljczk/lexical-remark
Version:
latest (0.4.0)
0.4.0
0.3.9
This package contains Markdown helpers and functionality for Lexical using remark-parse.
@mkljczk/lexical-remark
/
tailwind.config.js
15 lines
(13 loc)
•
229 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/** @
type
{import(
'tailwindcss'
).Config} */
module
.exports = { content: [
"./index.html"
,
"./demo/**/*.{js,ts,jsx,tsx}"
, ], theme: { extend: {}, }, plugins: [
require
(
'@tailwindcss/typography'
), ], }