Add extra comments
This commit is contained in:
parent
231e024faa
commit
18507a2e61
|
@ -1,4 +1,8 @@
|
|||
|
||||
/*
|
||||
If you use global CSS like we do here(not recommended)
|
||||
Be mindful that the CSS of the login theme may clash with the CSS of the account theme in Storybook (and only in storybook).
|
||||
This is why I made sure to use .my-root-account-class instead of .my-root-class that is already used in the login theme.
|
||||
*/
|
||||
|
||||
.my-root-account-class {
|
||||
background: url(./assets/background.svg) no-repeat center center fixed;
|
||||
|
|
Loading…
Reference in a new issue