I hereby claim:
- I am pawkahub on github.
- I am pieterparker (https://keybase.io/pieterparker) on keybase.
- I have a public key ASBawT_H1PRttSWNwbsW7GvdqaLSUTFyl2BtHBGw4JKBngo
To claim this, I am signing this object:
<template> | |
<div class="cell"> | |
<slot></slot> | |
</div> | |
</template> | |
<style lang="scss"> | |
@import "~assets/mixins.scss" | |
.cell { |
I hereby claim:
To claim this, I am signing this object:
defmodule HelloGraphql.Mixfile do | |
use Mix.Project | |
def project do | |
[app: :hello_graphql, | |
version: "0.1.0", | |
elixir: "~> 1.4", | |
build_embedded: Mix.env == :prod, | |
start_permanent: Mix.env == :prod, | |
deps: deps()] |