// dummy component - sass
// if the component uses variables, such as colors, we should always import resources
@import "$homeDir/site/shared/resources.scss";

// standarized naming of root element of component
.mc-dummy-component-wrapper {
  // always use resources variables for attributes such as colors, margins & paddings (etc)
  color: $color-hub-main;
}
