Fix useless padding

pull/6752/head
Chocobozzz 2024-11-27 10:50:12 +01:00
parent c6c4a7167e
commit 777ec221cf
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 0 additions and 3 deletions

View File

@ -1,2 +0,0 @@
@use '_variables' as *;
@use '_mixins' as *;

View File

@ -4,7 +4,6 @@ import { CustomMarkupContainerComponent } from '../shared/shared-custom-markup/c
@Component({
templateUrl: './home.component.html',
styleUrls: [ './home.component.scss' ],
standalone: true,
imports: [ CustomMarkupContainerComponent ]
})