You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This adds a method to create a css module to the modules interface.
Unlike JavaScript or JSON modules, we don't have an ability to parse
CSS inside SpiderMonkey, so this method accepts an already parsed
CSSStyleSheet value from the caller, and wraps it in a module.
Differential Revision: https://phabricator.services.mozilla.com/D263410
0 commit comments