Skip to content

Instantly share code, notes, and snippets.

@royce002
royce002 / SassMeister-input.scss
Created June 17, 2019 13:44
Precise control over responsive typography for Sass
// ----
// Sass (vundefined)
// Compass (vundefined)
// dart-sass (v1.6.2)
// ----
// =============================================================================
//
// PRECISE CONTROL OVER RESPONSIVE TYPOGRAPHY FOR SASS
// ---------------------------------------------------
@royce002
royce002 / Google-Sheet-Form-Post.md
Created August 7, 2018 13:51 — forked from willpatera/Google-Sheet-Form-Post.md
Post to google spreadsheet from html form

Overview

This collection of files serves as a simple static demonstration of how to post to a google spreadsheet from an external html <form> following the example by Martin Hawksey

Run example

You should be able to just open index.html in your browser and test locally.

However if there are some permissions errors you can make a quick html server with python. Open terminal and cd to the directory where the gist files are located and enter python -m SimpleHTTPServer. By default this creates a local server at localhost:8000

@royce002
royce002 / .gitignore
Created February 13, 2018 17:40 — forked from octocat/.gitignore
Some common .gitignore configurations
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #
@royce002
royce002 / disable-mod-pagespeed-htaccess
Created May 5, 2017 18:32
How to disable Mod PageSpeed in .htaccess
ModPagespeed off