/*

  mixins/shadow.scss

*/
/*

  mixins/touch-optimize.scss

  Visual feedback optimizations for buttons and clickable elements

*/
/*

  mixins/style-placeholder.scss

  Convenience mixin for styling input placeholder text

*/
/*

  mixins/styletext-highlighting.scss

  Convenience mixin for styling text highlight effects

*/
/*

  mixins/fill-svg-elements.scss

  Convenience mixin for adding fills to common svg elements directly

*/
/*

  base/globals.scss

  Global variables and settings. The values here are directly referenced to build our framework.

  These values shouldn't change for the most part. If you do need to make changes
  then CHECK WITH A COLLEAGUE first.

  ORDER IS IMPORTANT - some mixins depend on the order to generate the correct specificity cascade
  Always order "mobile first" (smallest to largest)

*/
.c-blog-tube-max-width {
  max-width: 36em;
  margin-left: auto;
  margin-right: auto;
}

/*# sourceMappingURL=../module-blog.css.map */