Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hmmhmmhm committed Jan 4, 2020
2 parents 27f7ed6 9efd6a7 commit e97bb3d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
9 changes: 5 additions & 4 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 26,17 @@
"node-sass": "^4.13.0",
"parcel-bundler": "^1.12.4",
"parcel-plugin-svelte": "^4.0.5",
"postcss": "^7.0.25",
"postcss": "^7.0.26",
"postcss-load-config": "^2.1.0",
"public-ip": "^4.0.0",
"regenerator-runtime": "^0.13.3",
"src": "^1.1.2",
"svelma": "^0.3.0",
"svelte": "^3.16.7",
"svelte-css-in-js": "^1.0.2",
"svelte-css-in-js": "^1.0.3",
"svelte-preprocess": "^3.3.0",
"svelte-preprocess-sass": "^0.2.0",
"svelte-reusable": "^1.0.4",
"svelte-reusable": "^1.0.7",
"svelte-spa-chunk": "^1.0.1",
"svelte-spa-router": "^2.0.0",
"svelte-ts-preprocess": "^1.1.3",
Expand All @@ -48,7 48,7 @@
"devDependencies": {
"@pyoner/svelte-ts-preprocess": "^1.2.1",
"@types/express": "^4.17.2",
"@types/node": "^13.1.1",
"@types/node": "^13.1.2",
"parcel-plugin-typescript-paths": "^0.1.14",
"prettier": "^1.19.1",
"prettier-plugin-svelte": "^0.7.0"
Expand Down
3 changes: 1 addition & 2 deletions src/components/sample.svelte
Original file line number Diff line number Diff line change
@@ -1,7 1,6 @@
<script lang="typescript">
// @ts-ignore
import Utils from './utils'
const { svelte } = Utils
export let a = ''
export let b = ''
Expand All @@ -25,7 24,7 @@
}
import { makeCSS } from 'svelte-css-in-js'
const css = makeCSS({ style, theme, svelte })
const css = makeCSS({ style, theme })
</script>

<div class={css.background}>{a} {b} {c}</div>

0 comments on commit e97bb3d

Please sign in to comment.