- Chirr App
- Ask User
- Cultural Fit
- Telepost (sites made with it: goindie.xyz, gonomad.xyz)
- Diary Email
- Birthday Reminders
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'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'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
console.log('a') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@import '#app/imports'; | |
.H, | |
.V, | |
.El { | |
display: grid; | |
} | |
.H, | |
.El-horizontal { |
This change log lists pre-release versions and changes made since v2.0.0-alpha.1
.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const { context, when } = require('sorceress') | |
const assert = require('assert') | |
const test = context('Some module name', { a: 1, b: 2 }) | |
// Simple test | |
test(() => { | |
assert(true) | |
}) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
xxsmall | |
xsmall | |
small | |
normal | |
large | |
xlarge | |
xxlarge | |
... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.wow { | |
color: red; | |
} |