/**
 Theme Name: Money Options
 Theme URI: http://www.interconnectit.com/
 Description: Money Marketing theme, parameterised.
 Version: 1.7.1
 Author: interconnect/it
 Author URI: http://www.interconnectit.com/
 License: GNU General Public License version 2 (GPLv2)
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: icit_theme
 Tags: Theme, Tags
*/

/*
 To minify this and the JS run gulp from the theme root from inside the VM.
 Either run npm setup from the theme root to set up all the components or, if that causes problems, use this to install
 globally:

 sudo npm install -g myth gulp gulp-myth gulp-rename gulp-sourcemaps gulp-uglify

 Testing staging deployment.
*/

/* Imports of base css */
@import url('css/core.css');
@import url('css/grid.css');
/* Import fonts */
@import url('fonts.css');
/* Main style */
@import url('css/mainstyle.css');

/* Adtech */
@import url('css/adtech.css');
