You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then, create a file called `my-style.css` and write this in it:
49
51
50
52
```css
51
53
body {
52
54
background-color: $body_bg_color;
53
55
}
54
56
```
55
57
58
+
In the above example, the stylesheet will be automatically rendered and printed to the `<head>` of the document. The value of `$body_bg_color` will be replaced by the value of `get_theme_mod('body_bg_color')`.
0 commit comments