Skip to content

Commit

Permalink
update generator pages
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancahill committed Mar 18, 2022
1 parent 48dca5a commit b65c766
Show file tree
Hide file tree
Showing 6 changed files with 266 additions and 168 deletions.
2 changes: 1 addition & 1 deletion packages/split-generator/public/bundle.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/split-generator/public/bundle.js

Large diffs are not rendered by default.

17 changes: 9 additions & 8 deletions packages/split-generator/src/App.svelte
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<script>
import Dashboard from './Dashboard.svelte'
import 'prismjs/components/prism-jsx.min'
</script>

<Dashboard />

<style global lang="less">
/*! purgecss start ignore */
@tailwind base;
Expand All @@ -7,13 +15,6 @@
/*! purgecss start ignore */
@import 'src/less/markdown';
@import 'src/less/carbon';
/*! purgecss end ignore */
</style>

<script>
import Dashboard from './Dashboard.svelte'
import 'prismjs/components/prism-jsx.min'
</script>

<Dashboard />
Loading

0 comments on commit b65c766

Please sign in to comment.