MCPcopy Create free account
hub / github.com/TruthHun/BookStack / baseSizingClasses

Method baseSizingClasses

static/katex/katex.mjs:5044–5050  ·  view source on GitHub ↗

* Return the CSS sizing classes required to switch to the base size. Like * `this.havingSize(BASESIZE).sizingClasses(this)`.

()

Source from the content-addressed store, hash-verified

5042
5043
5044 baseSizingClasses() {
5045 if (this.size !== Options.BASESIZE) {
5046 return ["sizing", "reset-size" + this.size, "size" + Options.BASESIZE];
5047 } else {
5048 return [];
5049 }
5050 }
5051 /**
5052 * Return the font metrics for this size.
5053 */

Callers 3

makeNullDelimiterFunction · 0.80
makeNullDelimiterFunction · 0.80
heFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected