Skip to content

Instantly share code, notes, and snippets.

View vedam's full-sized avatar
🏠
Working from home

Achim Vedam vedam

🏠
Working from home
View GitHub Profile
@vedam
vedam / svelte-summit-2020-summary.md
Last active February 17, 2024 12:45
links and ressources from the svelte-summit-2020 talks

You'll find the talks here


Morgan Williams @mrgnw

The Zen of Svelte

Approaching frontend as a backend developer, Svelte feels surprisingly pythonic. Let's take a quick look at what's familiar, what's foreign, and how to explore the gap.

@vedam
vedam / sandbox.css
Last active April 30, 2019 14:41
default styles for codesandbox
@import url("https://fonts.googleapis.com/css?family=Muli:300");
:root {
--back: #f5f5f5;
--prime: #06c59f;
--text: #606063;
}
* {
margin: 0;