Skip to content
This repository was archived by the owner on Mar 1, 2024. It is now read-only.

Commit 61250b8

Browse files
authored
feat(Container): Add new css customization
CSS for the central alignment of the header is now isolated, so it must be loaded here
1 parent 0e00bda commit 61250b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/Container.react.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
import * as React from "react";
44
import cn from "classnames";
55

6+
import "./Container.css";
7+
68
type Props = {|
79
+children?: React.Node,
810
+className?: string,

0 commit comments

Comments
 (0)