@charset "UTF-8";
/*
 * Theme Name: Untangle
 * Theme URI: http://untangle.com
 * Description: Untangle Custom Theme 
 * Author: Untangle Inc.
 * Author URI: http://untangle.com/
 * Version: 2.1
 *
 * NOTE: THIS FILE IT'S REQUIRED FOR WORDPRESS BUT WE DON'T USE IT ANYMORE. PLEASE ADD YOUR CSS CODE INTO SCSS FILES
 * /wp-content/themes/untangle/sass/ -> sass files special for untangle custom theme
 *
 * Main SASS file is located at /wp-content/themes/untangle/sass/theme.scss
 * Main Configuration SCSS files is located at /wp-content/themes/untangle/sass/_settings.scss
 *
 * FILES:
 * - _settings.scss -> Used to store variables.
 *      Take care what you change there because the entire theme will be affected
 * - theme.css -> Used only to include all components and some page-specific CSS. If you want to add custom css,
 *      please add it in a specific component which is already included here or create a new one and don't forget
 *      to include it in theme.scss to be able to see you code. Also don't forget to use gulp to compile the SCSS to CSS
 *
 * Useful Gulp Commands to compile SASS to CSS:
 * - gulp style -> Will compile the current code and exit
 * - gulp style:watch -> Will compile current code and wait for more updates. When you save a SASS file,
 *          the code will be automatically updated
 * - gulp -> this will concatenate also de js files and will watch for more updates.
 *          Used for both CSS and JS
 *
 * WARNING!! All the changes added straight to theme.css
 * file will be overwritten if someone will compile de SASS code to CSS code
 */