When the function createStyleSheet is called with (options, callback) as parameters
the options paramater does not like the function signature
the actual value of the options parameter is like an object which was retrieved by basket.get('your-key')
in this object css property is not defined, but there are a property called data which contains the csstext.
When the function
createStyleSheetis called with (options, callback) as parametersthe options paramater does not like the function signature
the actual value of the options parameter is like an object which was retrieved by basket.get('your-key')
in this object
cssproperty is not defined, but there are a property calleddatawhich contains the csstext.