diff options
Diffstat (limited to 'assets/css/_structure.less')
-rw-r--r-- | assets/css/_structure.less | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/assets/css/_structure.less b/assets/css/_structure.less index 71eea0f..970425d 100644 --- a/assets/css/_structure.less +++ b/assets/css/_structure.less @@ -22,6 +22,9 @@ body { } -.overview { +body.overview { @import "_overview.less"; } +body.room { + @import "_room.less"; +} |