Skip to content

Commit

Permalink
Deploying to gh-pages from @ 76d76cc 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
fynnfeldpausch committed Jun 24, 2024
1 parent b59be36 commit c0c9aef
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
10 changes: 10 additions & 0 deletions build/catalyst.css
Original file line number Diff line number Diff line change
Expand Up @@ -2762,11 +2762,21 @@ code {
flex-direction: row;
}

.cat-flex-row-rev {
display: flex;
flex-direction: row-reverse;
}

.cat-flex-col {
display: flex;
flex-direction: column;
}

.cat-flex-col-rev {
display: flex;
flex-direction: column-reverse;
}

.cat-flex-1 {
flex: 1 1 0%;
}
Expand Down
10 changes: 10 additions & 0 deletions build/p-b4299056.css → build/p-f4e81e33.css
Original file line number Diff line number Diff line change
Expand Up @@ -2762,11 +2762,21 @@ code {
flex-direction: row;
}

.cat-flex-row-rev {
display: flex;
flex-direction: row-reverse;
}

.cat-flex-col {
display: flex;
flex-direction: column;
}

.cat-flex-col-rev {
display: flex;
flex-direction: column-reverse;
}

.cat-flex-1 {
flex: 1 1 0%;
}
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
'select.empty': 'No items',
'select.open': 'Open'
});
</script> <script nomodule="" src="https://haiilo.github.io/catalyst/build/catalyst.js" data-stencil></script> <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/vanillajs-scrollspy.min.js"></script> <link rel="stylesheet" href="https://haiilo.github.io/catalyst/build/p-b4299056.css"> <style>html,
</script> <script nomodule="" src="https://haiilo.github.io/catalyst/build/catalyst.js" data-stencil></script> <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/vanillajs-scrollspy.min.js"></script> <link rel="stylesheet" href="https://haiilo.github.io/catalyst/build/p-f4e81e33.css"> <style>html,
body {
background: #fff;
}
Expand Down

0 comments on commit c0c9aef

Please sign in to comment.