.css, .sass or .less


Last updated
Was this helpful?
Was this helpful?
body.kcBodyClass {
background: url(/background.png) no-repeat center center fixed;
}import "./main.css";
import { Suspense, lazy } from "react";
// ...body.kcBodyClass {
background: url(./assets/background.png) no-repeat center center fixed;
}