@pie-element/math-templated 3.1.5-next.3 → 3.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -22974,6 +22974,7 @@ const model = (question, session, env) => {
22974
22974
  view: env.mode === 'view',
22975
22975
  correctness,
22976
22976
  env,
22977
+ extraCSSRules: normalizedQuestion.extraCSSRules,
22977
22978
  };
22978
22979
 
22979
22980
  const { answers = {} } = session || {};