Skip to content

Instantly share code, notes, and snippets.

@phil-lgr
phil-lgr / error-response-jnj-sign-up
Created August 24, 2021 20:00
error-response-jnj-sign-up
{
"action": "Account-SubmitRegistration",
"queryString": "rurl=1",
"locale": "en_CA",
"list": null,
"firstName": "Philippe",
"lastName": "Leger",
"phone": null,
"email": "pleger2@gmail.com",
"emailConfirm": "pleger2@gmail.com",
@phil-lgr
phil-lgr / update-vercel-rewrites.ts
Created May 27, 2021 14:09
`vercel-rewrites` update rewrite destination based on the branch sub domain before deploying to vercel
import * as core from '@actions/core';
import { Context } from '@actions/github/lib/context';
import { ENV } from '../../types/dot-env';
import { readVercelConfigFile, updateVercelConfigFile } from './utilities';
import { VercelConfig } from './vercel';
type ActionEnv = Partial<ENV>;
/**
* `vercel-rewrites` update rewrite destination based on the branch sub domain before deploying to vercel
@phil-lgr
phil-lgr / Setup Renovate Bitbucket.md
Last active June 11, 2019 19:38
Renovate on Bitbucket
@phil-lgr
phil-lgr / Setup Renovate Bitbucket.md
Created June 11, 2019 19:36
Renovate on Bitbucket
@phil-lgr
phil-lgr / breakpoints.scss
Created February 13, 2019 00:28
Responsive font-size
$breakpoint-mobile-small-px: 375px;
$breakpoint-mobile-small-height-px: 480px;
$breakpoint-mobile-px: 425px;
$breakpoint-mobile-med-landscape-px: 568px;
$breakpoint-mobile-med-px: 768px;
$breakpoint-tablet-px: 1024px;
$breakpoint-tablet-height-px: 768px + 1px;
$breakpoint-tablet-plus-padding-px: (1024 + 32) px;
$breakpoint-laptop-small-px: 1240px;
$breakpoint-laptop-px: 1440px;
/******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = {};
/******/
/******/ // The require function
/******/ function __webpack_require__(moduleId) {
/******/
/******/ // Check if module is in cache
/******/ if(installedModules[moduleId]) {
/******/ return installedModules[moduleId].exports;
@phil-lgr
phil-lgr / SassMeister-input-HTML.html
Last active February 4, 2016 20:07
Generated by SassMeister.com.
<head>
<link
href='https://fonts.googleapis.com/css?family=Ubuntu:400,500&subset=latin,latin-ext' rel='stylesheet'
type='text/css'>
</head>
<body>
<header>
<h1>Main Header ☯</h1>
</header>
<article>
@phil-lgr
phil-lgr / SassMeister-input-HTML.html
Created February 4, 2016 18:14
Generated by SassMeister.com.
<head>
<link
href='https://fonts.googleapis.com/css?family=Ubuntu:400,500&subset=latin,latin-ext' rel='stylesheet'
type='text/css'>
</head>
<body>
<header>
<h1>Main Header ☯</h1>
</header>
<article>