Skip to content

Instantly share code, notes, and snippets.

View volanStudio's full-sized avatar
🐢
Always stoked!

Lucas Smith volanStudio

🐢
Always stoked!
View GitHub Profile
@volanStudio
volanStudio / card.js
Created April 21, 2019 21:47
testing keynote
import { forbidExtraProps } from 'airbnb-prop-types';
import {
withStyles,
withStylesPropTypes,
} from 'airbnb-dls-web/build/themes/withStyles';
import BaseCard from 'airbnb-dls-web/build/private/BaseCard';
import Image from 'airbnb-dls-web/build/exp/Image';
import PropTypes from 'prop-types';
import React from 'react';
import Spacing from 'airbnb-dls-web/build/exp/Spacing';
@volanStudio
volanStudio / earnest-stuff.md
Created July 18, 2016 17:06
Earnest Details

Rebase

git checkout master
git pull
git checkout BRANCH
git rebase master
git push --force origin BRANCH

Make a new branch

@volanStudio
volanStudio / regex.md
Created January 29, 2016 22:20
RegEx

Find @includes and their variables:

(@include transition)(\((.*?)\))
input == @include transition(height 200ms ease-in-out);
$1 == @inlcude transition
$2 == ()
$3 == height 200ms ease-in-out

Keybase proof

I hereby claim:

  • I am volanStudio on github.
  • I am lucassmith (https://keybase.io/lucassmith) on keybase.
  • I have a public key whose fingerprint is 1A3C 2127 A05C 8C58 C15B 00D3 1ED6 91DD 7883 F1FE

To claim this, I am signing this object:

<!DOCTYPE html>
<html lang="en">
<head>
<title>Weld</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/trim.css">
</head>
<body class="marketing">
<section>

Yakitori

Marinades + Cooking Sauces

  • Tare

    • Roasted Chicken wing (or bacon) + sesame seed infused soy sauce
    • Mirin + Sake + Sugar
  • Shio

  • just Salt

---
layout: default-fork
style: reversed
permalink: /styleguide/content/
---
<section>
<header class="row">
<h1>Weld styles</h1>
<h3>These styles are specifically for content on the marketing site.</h3>