/*
 * template.scss
 *
 * Styles for <%= name %> Joomla admin template
 *
 * @package     Joomla.Administrator
 * @subpackage  Templates.<%= _.slugify(name).toUpperCase() %>
 *
 * @copyright   Copyright (C) <%= currentDate %> <%= authorName %>. All rights reserved.
 * @license     <%= license %>
*/

// Imports
@import "helpers/_icons.scss";
@import "../../bower_components/sassboilerplate/sass/style.scss";

// TODO: Add your custom styles here