insomnia/app/ui/css/components/app.less
Gregory Schier 1cf1037c93 Better Redux (#43)
* Started refactoring redux stores

* Oh God huge refactor here

* Sync contenst updates and nested folders

* Fixed render tests

* A bunch of tweaks
2016-11-16 09:18:39 -08:00

10 lines
130 B
Plaintext

@import '../constants/dimensions';
@import '../constants/colors';
.app {
position: relative;
height: 100%;
width: 100%;
}