• File: woocommerce.scss
  • Full Path: /home/chassiw/www/wp-content/themes/indutri/sass/woocommerce.scss
  • File size: 1.49 KB
  • MIME-type: text/plain
  • Charset: utf-8
/**
 * Table of Contents:
 *
 * 1 - FONT
 * 2 - BASE STYLE	
 * 3 - LAYOUT STYLE
 * 4 - MENU STYLE
 * 5 - WIDGETS STYLE
 * 6 - POST STYLE
 * 7 - PAGE STYLE
 * 8 - TYPOGRAPHY STYLE
 * 9 - EFFECT STYLE
 * 10 - CUSTOMIZE STYLE
 */
 
@import "variables/variables_template";
@import "variables/variables_woo";

@import "bootstrap/mixins";
@import "mixins/mixins";
@import "mixins/template"; 

/*------------------------------------------------------------------*\  
            1 - Woocommerce General                                                                               
\*------------------------------------------------------------------*/
@import "woocommerce/woocommerce";
/*------------------------------------------------------------------*\	
				2 - Woocommerce Page																											
\*------------------------------------------------------------------*/
@import "woocommerce/page";
/*------------------------------------------------------------------*\	
				3 - Woocommerce Style																												
\*------------------------------------------------------------------*/
@import "woocommerce/style";
/*------------------------------------------------------------------*\	
/*------------------------------------------------------------------*\  
            4 - Woocommerce Widgets                                                                             
\*------------------------------------------------------------------*/
@import "woocommerce/widgets";