Within a module, where should you place instance-specific styles?

Question: Within a module, where should you place instance-specific styles?

  • Within the module.css portion of the module
  • Within the module.html portion of the module
  • Within the module.js portion of the module
  • Within the module’s meta.json file

The right answer was: Within the module.html portion of the module

Leave a Comment