2022-01-21
ada562a
(build) distribute as pure ESM package
2021-11-22
-
e26c4d1
prose colors align with Tailwind v3Old prose colors mapping to new prose colors
prose-warmgray
->prose-stone
prose-truegray
->prose-neutral
prose-coolgray
->prose-gray
prose-bluegray
->prose-slate
prose-gray
->prose-zinc
2021-11-20
7dc9829
remove margin 0 in standalone pre tag
2021-11-20
c8e58be
add margin & line-height to pre
2021-11-19
-
51d71d4
singleprose
utility withtext-*
utilities-
prose-sm
,prose-base
,prose-lg
,prose-xl
, andprose-2xl
are removed in favor oftext-sm
,text-base
,text-lg
,text-xl
, andtext-2xl
. Nowprose
rule scales with thetext-*
utilities for screen variants. -
Since there is only
prose
class, generated CSS file size also reduces. Selectors with same CSS declarations are also merged. -
Mostly typographic usage are from content coming from markdown or CMS. Therefore, the default
prose
class only includes CSS for standard markdown features without any extra plugins for extra HTML tags. CSS for extra HTML tags will be provided in the following commits. -
CSS generated by this preset are now grouped under
typography
layer with order 8.
-
-
a3a2e01
change typography layer to -1 -
ef6f11d
reduce CSS color variablesThere are only CSS color variables, no invert variables anymore
-
0a38db2
simplify CSS vars
-
eb75858
add option for css extending -
d2077c3
add styles for picture, summary, abbr, kbd, details -
b8cc045
allow passing custom className
2021-11-13
8617e58
use colors as string to avoid ts-ignore
2021-11-13
2021-11-13
8f21027
use pnpm/action-setup@v2 in release
2021-11-13