remove assets

This commit is contained in:
tugcekucukoglu
2025-12-25 09:07:45 +03:00
parent 7c32ae1f6f
commit a47200fdf7
19 changed files with 0 additions and 769 deletions

View File

@@ -1,17 +0,0 @@
pre.app-code {
background-color: var(--code-background);
margin: 0 0 1rem 0;
padding: 0;
border-radius: var(--content-border-radius);
overflow: auto;
code {
color: var(--code-color);
padding: 1rem;
margin: 0;
line-height: 1.5;
display: block;
font-weight: semibold;
font-family: monaco, Consolas, monospace;
}
}

View File

@@ -1,2 +0,0 @@
@use './code.scss';
@use './flags/flags.css';

File diff suppressed because one or more lines are too long