Skip to content

Instantly share code, notes, and snippets.

View kossnocorp's full-sized avatar
Shipping

Sasha Koss kossnocorp

Shipping
View GitHub Profile
var h = __webpack_require__(/*! preact */ "preact").h;
module.exports = function Svg() {
return h("svg", {
viewBox: "0 0 366 398",
version: "1.1",
xmlns: "http://www.w3.org/2000/svg",
xmlnsXlink: "http://www.w3.org/1999/xlink"
}, h("defs", null, h("path", {
d: "M169.849194,128.128173 C168.329645,126.029695 165.902417,128.128173 165.902417,128.128173 C165.902417,128.128173 120.674538,107.869797 134.940882,18.4020305 L98.2131611,7.82893401 L80.3047607,2.98629442 L78.483327,2.38096447 L70.2878886,0.24213198 L69.9843839,0.564974619 C69.9843839,0.564974619 52.6829929,28.9751269 32.649654,54.0761421 C9.8843673,82.1634518 9.58086256,119.976396 9.58086256,119.976396 C9.58086256,119.976396 3.51036256,117.232234 1.08191943,120.581726 C-1.34611848,124.213706 1.08191943,127.522843 1.08191943,127.522843 L51.7724787,152.906345 C51.7724787,152.906345 56.0219502,148.386548 55.4149408,146.247716 C54.8075261,144.149239 54.5040213,141.122589 54.5040213,141.122589 C54.5040213,141.122589 64.8243981,112.38
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var index_js = require('./addBusinessDays/index.js');
var index_js$1 = require('./addDays/index.js');
var index_js$2 = require('./addHours/index.js');
var index_js$3 = require('./addISOWeekYears/index.js');
var index_js$4 = require('./addMilliseconds/index.js');
var index_js$5 = require('./addMinutes/index.js');
console.log('a')
@import '#app/imports';
.H,
.V,
.El {
display: grid;
}
.H,
.El-horizontal {
@kossnocorp
kossnocorp / v2-pre-releases.md
Last active October 19, 2020 11:33
date-fns v2 pre-releases change log
@kossnocorp
kossnocorp / sorceress.js
Created July 9, 2017 14:11
A task for Twitch stream
const { context, when } = require('sorceress')
const assert = require('assert')
const test = context('Some module name', { a: 1, b: 2 })
// Simple test
test(() => {
assert(true)
})
diff --git a/app/Ui/index.jsx b/app/Ui/index.jsx
index 04ffbed..29ae024 100644
--- a/app/Ui/index.jsx
+++ b/app/Ui/index.jsx
@@ -16,60 +16,42 @@ export default class UI extends Component {
{view !== 'cart' &&
<CartPanel onBookNow={() => this.setState({ view: 'cart' })} />}
<Inner>
- <CurrentView
- view={view}
...
xxsmall
xsmall
small
normal
large
xlarge
xxlarge
...
@kossnocorp
kossnocorp / wow.css
Created February 7, 2017 20:11
Test fixtures for Snap CSS
.wow {
color: red;
}