Skip to content

Commit

Permalink
main from a0ca757
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jul 9, 2024
1 parent a18508f commit 251d1cb
Show file tree
Hide file tree
Showing 275 changed files with 4,924 additions and 4,184 deletions.
14 changes: 14 additions & 0 deletions main/_app/immutable/assets/_page.z_pnkkSC.svelte
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<script lang="ts">
import Section from '$lib/layout/Section.svelte';
import Style from '$lib/layout/Style.svelte';
import sliderCssVars from '@agnos-ui/styles/core-bootstrap/_slider?slider-css-vars';
import sliderVars from '@agnos-ui/styles/core-bootstrap/_variables?slider-vars';
</script>

<Section label="CSS Variables" level={2}>
<Style style={sliderCssVars}></Style>
</Section>

<Section label="SCSS Variables" level={2}>
<Style style={sliderVars}></Style>
</Section>

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Loading

0 comments on commit 251d1cb

Please sign in to comment.