Add SASS compilation and sync the CSS files
This commit is contained in:
parent
f5248e18ef
commit
b07e5d3682
15 changed files with 226 additions and 238 deletions
|
@ -4,16 +4,12 @@ Theme Name: _s
|
|||
WooCommerce styles override
|
||||
*/
|
||||
|
||||
/**
|
||||
* WooCommerce color variables
|
||||
*/
|
||||
// WooCommerce color variables
|
||||
$woocommerce__color-error: #e2401c;
|
||||
$woocommerce__color-success: #0f834d;
|
||||
$woocommerce__color-info: #3d9cd2;
|
||||
|
||||
/**
|
||||
* Imports
|
||||
*/
|
||||
// Imports
|
||||
@import "variables-site/variables-site";
|
||||
@import "mixins/mixins-master";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue