You'll find the talks here
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.
You'll find the talks here
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.
@import url("https://fonts.googleapis.com/css?family=Muli:300"); | |
:root { | |
--back: #f5f5f5; | |
--prime: #06c59f; | |
--text: #606063; | |
} | |
* { | |
margin: 0; |