patternfly-org icon indicating copy to clipboard operation
patternfly-org copied to clipboard

Identify & resolve any custom styles

Open kmcfaul opened this issue 10 months ago • 1 comments

We should be able to remove all the CSS copied from core's pf-v6-c-content: https://github.com/patternfly/patternfly-org/blob/v6/packages/documentation-framework/templates/mdx.css#L90.

Looks like we can remove custom styles for the sidebar nav, which should resolve this issue https://github.com/patternfly/patternfly-org/issues/3953

kmcfaul avatar Mar 27 '24 14:03 kmcfaul

Once https://github.com/patternfly/patternfly/issues/5966 is complete, assuming those styles are pretty much a copy of the core pf-[v]-c-content (aka, react <Text> and <TextContent>) component, ideally, we should be able to yank out those styles and swap .ws-[p/dl/hr/etc] with classes from the content/text/textcontent component - eg, .pf-v6-c-content--[p/dl/hr/etc].

mcoker avatar Mar 28 '24 21:03 mcoker