mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-06-28 23:25:13 +00:00
Fix various coding-style violations and random imports
This commit is contained in:
@ -14,7 +14,7 @@
|
||||
<app-ide></app-ide>
|
||||
</div>
|
||||
<div class="tfw-terminal">
|
||||
<app-terminal></app-terminal>
|
||||
<app-terminal></app-terminal>
|
||||
</div>
|
||||
<div class="tfw-sidebar">
|
||||
<app-sidebar (layoutChanged)="setLayout($event)" [layout]="layout"></app-sidebar>
|
||||
|
@ -92,7 +92,7 @@
|
||||
@include position-grid-items(map_get($layouts, 'terminal-ide-web'),'.tfw-');
|
||||
}
|
||||
|
||||
.terminal-web{
|
||||
.terminal-web {
|
||||
@include set-tfw-web('terminal-web');
|
||||
@include position-grid-items(map_get($layouts,'terminal-web'),'.tfw-');
|
||||
}
|
||||
|
Reference in New Issue
Block a user