Added Redux support

This commit is contained in:
Dom Masters
2018-05-07 07:12:31 +10:00
parent 79dcf7f376
commit 9e94ad1599
13 changed files with 219 additions and 25 deletions

View File

@ -0,0 +1,7 @@
.c-section {
width: 100%;
&--full {
height: 100%;
}
}

View File

@ -10,6 +10,7 @@
.o-app {
display: inline-block;//Fixes collapsing margins on children.
min-height: 100vh;
width: 100%;
//Civil Twilight
&--style-civil-twilight {