Mark Jacober wrote:I think I'm missing something here. How can I use the styles and js functions that ship with Flare in MadCap.css and the MadCap .js files if I'm importing a project from Frame?
I think the short answer is that you don't map styles to MadCap.css. You would map them to the stylesheet that you use for your topics (as mentioned, the default is styles.css).
MadCap.css is a stylesheet generated by Flare that includes styles that are specific to the
output - you wouldn't use any of these styles in your topic content, and you can't link your topics to this stylesheet anyway as it only exists in the output.
I think it is just there to make the job of editing your main stylesheet a bit easier, by hiding/simplifying the styles that the Flare output uses behind the scenes. For example, to edit the formatting of your breadcrumbs, you just edit one style - breadcrumbsProxy (in styles.css). This is then used to generate styles used in the actual output, such as div.MCBreadcrumbsBox and span.MCBreadcrumbsPrefix.