16 lines
326 B
SCSS
Executable file
16 lines
326 B
SCSS
Executable file
// WooCommerce Styles
|
|
// - These styles should be loaded when WooCommerce is active
|
|
|
|
// Layout
|
|
// - Structral and responsive styles
|
|
@import "structure/responsive-logic";
|
|
|
|
// Abstracts
|
|
// - Functions and config
|
|
@import "abstracts/style";
|
|
|
|
// Extends
|
|
@import "base/extends";
|
|
|
|
// WooCommerce
|
|
@import "vendors/woocommerce/style";
|