prosekit
Version:
ProseKit: A toolkit for building rich text editors.
15 lines (13 loc) • 505 B
text/typescript
/**
* An optional CSS file that contains beautiful typographic defaults styles. You can import this file as a good starting point for your project, or customize it as you want.
*
* CSS variables:
*
* - `--prosekit-node-selection-color`: The color of the node selection background.
* - `--prosekit-autocomplete-color`: The color of the autocomplete match background.
*
* [view source code](https://unpkg.com/prosekit/basic/typography.css)
*
* @module prosekit/basic/typography.css
*/
export {}