I hereby claim:
- I am horacioh on github.
- I am horacioh (https://keybase.io/horacioh) on keybase.
- I have a public key ASA2rNTwAFRIpL8rqgl_LywhDhWzDNXH_lMUoSN1gkSoRQo
To claim this, I am signing this object:
| /* eslint-disable jsx-a11y/rule-name */ | |
| const path = require("path") | |
| require("dotenv").config({ | |
| path: `../.env.${process.env.NODE_ENV}`, | |
| }) | |
| module.exports = { | |
| siteMetadata: { |
I hereby claim:
To claim this, I am signing this object:
| // Available variables: | |
| // - Machine | |
| // - interpret | |
| // - assign | |
| // - send | |
| // - sendParent | |
| // - spawn | |
| // - raise | |
| // - actions |
| // Available variables: | |
| // - Machine | |
| // - interpret | |
| // - assign | |
| // - send | |
| // - sendParent | |
| // - spawn | |
| // - raise | |
| // - actions |
| import React from 'react'; | |
| import { useTheme } from './Theme'; | |
| import { View } from '@aven/views'; | |
| import CSSProperties from './CSSProperties'; | |
| function validateNumberValue(value) { | |
| if (typeof value === 'number') { | |
| return `${value}px`; | |
| } else { | |
| return value; |
| // Available variables: | |
| // - Machine | |
| // - interpret | |
| // - assign | |
| // - send | |
| // - sendParent | |
| // - spawn | |
| // - raise | |
| // - actions |
| // Available variables: | |
| // - Machine | |
| // - interpret | |
| // - assign | |
| // - send | |
| // - sendParent | |
| // - spawn | |
| // - raise | |
| // - actions |