/**
 * An example module: Box
 *
 * @author Your Name
 * @date 01.01.1970
 */

/*
 * Configuration
 * Use module specific variables and prefix them with the namespace.
 *
 * @example $box-background: #ddd;
 */

/*
 * General styling
 * Define general styles as abstract as possible for a module and build variants
 * of your modules if you need to break out of the general style.
 */

/*
 * Media Queries
 * If you build mobile first or using another method you need Media Queries to
 * target different screen sizes. These should be included module-wise.
 */
