/*
Theme Name: Billings Long
Description: Custom WordPress theme for Billings Long
Version: 1.0
Author: Hub Group
Author URI: http://www.hubgroup.com.au/

This file simply loads up the required file for desktop / mobile versions.

---------------------------------------------------------------------------------
*/

@import url( 'css/global.css' );
@import url( 'css/mobile.css' ) screen and ( max-width:480px );
@import url( 'css/desktop.css' ) screen and ( min-width:481px );