Moved to https://github.com/mutewinter/view-images-bookmarklet
This file contains 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 { theme } from 'twin.macro'; | |
function minMediaCondition(minWidth: string, width: string) { | |
return `(min-width: ${minWidth}) ${width}`; | |
} | |
type Screens = 'sm' | 'md' | 'lg'; | |
// We only do sizes in terms of view width | |
type SizeWithScreen<T extends Screens> = [screen: T, width: `${string}vw`]; |
This file contains 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
-- -------------------------- | |
-- Alert When App Not Focused | |
-- -------------------------- | |
local alertInSeconds = 60 * 20 | |
local alertAppName = 'App You Want to Focus Here' | |
local alertTimer | |
local function stopTimerAlertTimer() |
This file contains 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
{ | |
"jest": { | |
"moduleFileExtensions": [ | |
"js", | |
"json", | |
"jsx", | |
"node", | |
"coffee" | |
], | |
"preprocessorIgnorePatterns": [ ], |
This file contains 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 webpack = require('webpack'); | |
var WebpackDevServer = require('webpack-dev-server'); | |
var config = require('./webpack.config'); | |
var PORT = process.env.PORT || 1337; | |
new WebpackDevServer(webpack(config), { | |
publicPath: config.output.publicPath, | |
hot: true, | |
quiet: false, |
Apply with https://userstyles.org or http://fluidapp.com.
This file contains 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
.emojie { | |
line-height: 1rem !important; | |
} | |
.bubble.thread { | |
opacity: 0.65; | |
} | |
.bubble.green { | |
border-color: #9554D2 !important; |
NewerOlder