/*

    The Laravel mix css and js compiler looks for a theme.scss file in the {theme name}/css folder.
    This file should point to any files that need including into the single {theme name}.css file
    that will be compiled and included in the theme header.

    .scss files allow for partial imports, so a good structure might be to have a {theme name}/css/partials sub folder
    which then can break the various groups of styles into separate helpfully names files and have a _index.scss file
    which groups the partials together for importing.

 */
