MCPcopy
hub / github.com/cssinjs/jss / toString

Method toString

packages/jss-plugin-global/src/index.js:63–65  ·  view source on GitHub ↗

* Generates a CSS string.

(options)

Source from the content-addressed store, hash-verified

61 * Generates a CSS string.
62 */
63 toString(options) {
64 return this.rules.toString(options)
65 }
66}
67
68class GlobalPrefixedRule {

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.65

Tested by

no test coverage detected