Closed that0n3guy closed 3 years ago
Hey. Thanks. They're off on purpose since Peak uses fluid typography that scales from small to large viewports. That's why there's usually no need for those modifiers.
You can comment on a per project basis. That's why that's in the config.
Describe the bug I like to use typography's
prose
for my sites. When messing w/ peak I couldn't getprose-lg
to compile into site.css.To Reproduce Add
prose-lg
to a view, runnpm run dev
, then search through site.css. You will find noprose-lg
's in there anywhereTo fix To fix this I changed how typography is required in
tailwind.config.typography.js
I did this:
I'm not sure why there is a blank
modifiers
on there anyways. But this fixed my problem.