forked from siteorigin/siteorigin-unwind
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.conf.php
33 lines (27 loc) · 838 Bytes
/
settings.conf.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?php
// An array mapping SCSS variable to a SiteOrigin Settings variable name.
return array(
'variables' => array(
// Branding.
'branding_accent' => 'color__primary-accent',
'branding_accent_dark' => 'color__primary-accent-dark',
// Fonts.
'fonts_details' => 'font__details',
'fonts_main' => 'font__main',
'fonts_headings' => 'font__headings',
'fonts_text_light' => 'color__text-light',
'fonts_text_medium' => 'color__text-medium',
'fonts_text_dark' => 'color__text-dark',
// Header.
'masthead_padding' => 'masthead__padding',
'masthead_bottom_margin' => 'masthead__bottom-margin',
// Footer
'footer_top_padding' => 'footer__top-padding',
'footer_side_padding' => 'footer__side-padding',
'footer_top_margin' => 'footer__top-margin',
),
'stylesheets' => array(
'style',
'woocommerce'
),
);