Add svelte as a view engine to swaf #33

Merged
ashpie merged 97 commits from svelte into develop 2021-11-09 19:31:22 +01:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit ee4ca0f49b - Show all commits

View File

@ -13,7 +13,7 @@
padding: 0 8px;
list-style: none;
overflow: hidden;
overflow-x: auto;
border-radius: 5px;

View File

@ -20,11 +20,12 @@
display: flex;
flex-direction: row;
width: fit-content;
max-width: 100%;
margin: 8px auto;
padding: 0;
list-style: none;
overflow: hidden;
overflow-x: auto;
border-radius: 5px;