This worked for me:
style.
body {
background-color: {{themeColor}};
}
Got it from: https://github.com/mquandalle/meteor-jade/issues/102 where the post suggests to use “dot notation”
This worked for me:
style.
body {
background-color: {{themeColor}};
}
Got it from: https://github.com/mquandalle/meteor-jade/issues/102 where the post suggests to use “dot notation”