Skip to content

Commit

Permalink
refactor(docs): update docs and fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
dysfunc committed Aug 22, 2022
1 parent 59487d6 commit c87225c
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 84 deletions.
2 changes: 1 addition & 1 deletion docs/package-lock.json

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

82 changes: 1 addition & 81 deletions docs/public/global.css

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

1 change: 0 additions & 1 deletion docs/src/styles/prism/_theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ pre[class*="language-"] {
}

@media print {

code[class*="language-"],
pre[class*="language-"] {
text-shadow: none;
Expand Down
1 change: 1 addition & 0 deletions docs/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { defineConfig } from 'vite';
import { svelte } from '@sveltejs/vite-plugin-svelte';
import autoprefixer from 'autoprefixer'
import scss from 'rollup-plugin-scss';
import postcss from 'postcss';

export default defineConfig(({ command, mode }) => {
const isProduction = mode === 'production'
Expand Down
Loading

0 comments on commit c87225c

Please sign in to comment.