4 .col-sm-12.col-md-10.col-md-offset-1.col-lg-8.col-lg-offset-2
9 import { store } from "@/store";
15 require("raw-loader!@/translations/about/" + store.state.lang + ".pug")
16 // Next two lines fix a weird issue after last update (2019-11)
17 .replace(/\\[n"]/g, " ")
18 .replace('module.exports = "', "")
26 <!-- Not scoped, because code is injected -->
29 margin: var(--universal-margin);