We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
fontHeading: "inherit"
1 parent 961f8e2 commit dad1614Copy full SHA for dad1614
1 file changed
docs/src/lib/registry/config.ts
@@ -285,7 +285,7 @@ export function buildRegistryBase(config: PresetConfig) {
285
registryDependencies.push(`font-${config.font}`);
286
}
287
288
- if (config.fontHeading) {
+ if (config.fontHeading && config.fontHeading !== "inherit") {
289
registryDependencies.push(`font-heading-${config.fontHeading}`);
290
291
0 commit comments