enabled nested rules for jss

This commit is contained in:
Sebastian Sdorra
2019-02-07 10:23:52 +01:00
parent d14837b03e
commit 6ba90fb8da
2 changed files with 7 additions and 0 deletions

View File

@@ -17,6 +17,12 @@ import { ConnectedRouter } from "react-router-redux";
import { urls } from "@scm-manager/ui-components";
import jss from "jss";
import jssNested from "jss-nested";
// setup jss and install required plugins
jss.setup(jssNested());
// Create a history of your choosing (we're using a browser history in this case)
const history: BrowserHistory = createHistory({
basename: urls.contextPath