A mixin for writing @font-face rules in SASS.
Create a font face rule. Embedded OpenType, WOFF2, WOFF, TrueType, and SVG files are automatically sourced.
@include font-face(Samplino, fonts/Samplino);| #!/usr/bin/env node | |
| // This plugin replaces text in a file with the app version from config.xml. | |
| var wwwFileToReplace = "js/build.js"; | |
| var fs = require('fs'); | |
| var path = require('path'); | |
| var rootdir = process.argv[2]; |
| //add instead of [submit] in Contact Form 7 | |
| <button type="submit" class="btn btn-large btn-primary"><i class="fa fa-bed"></i></button> | |
| <img class="ajax-loader" src="http://www.yoursite.com/wp-content/plugins/contact-form-7/images/ajax-loader.gif" alt="Sending ..." style="visibility: hidden; opacity: 1;"> |
| // Google Forms Slack Notification | |
| // Andy Chase <github.com/andychase> | |
| // License: CC0 1.0 Universal <creativecommons.org/publicdomain/zero/1.0> | |
| // Install 1: This code goes in ( tools > script editor... ) of your google docs form | |
| // Install 2: ( resources > current project triggers ) ( [onSubmit], [from Form], [On form submit] ) | |
| // Setup 1: Put your slack api url below | |
| var POST_URL = "https://hooks.slack.com/services/"; | |
| function onSubmit(e) { |
| .gradient-animation( @start, @end, @transTime ){ | |
| background-size: 100%; | |
| background-image: linear-gradient(@start, @end); | |
| position: relative; | |
| z-index: 100; | |
| &:before { | |
| background-image: linear-gradient(@end, @start); | |
| content: ''; | |
| display: block; | |
| height: 100%; |
| <meta property="fb:app_id" content="406655189415060"> | |
| <meta property="og:site_name" content="Giphy"> | |
| <meta property="og:url" content="http://giphy.com/gifs/rhuber-test-djeEV9Xji6zjgLXBxug"> | |
| <meta property="og:title" content="Animated GIF"> | |
| <meta property="og:description" content="The best GIFs are on Giphy"> | |
| <meta property="og:type" content="video.other"> | |
| <meta property="og:image" content="http://media.giphy.com/media/djeEV9Xji6zjgLXBxug/giphy.gif"> | |
| <meta property="og:image:width" content="912"> |
| # Close Xcode & the iOS Simulator | |
| # http://stackoverflow.com/a/30940055 | |
| # Remove any old runtimes from this directory. | |
| cd /Library/Developer/CoreSimulator/Profiles/Runtimes | |
| # e.g. | |
| sudo rm -rf iOS\ 8.1.simruntime | |
| # http://stackoverflow.com/a/11790983 | |
| # Remove the download receipts for simulators you don't need anymore. |
| #!/bin/bash | |
| # Link: <https://gist.github.com/jellybeansoup/db7b24fb4c7ed44030f4> | |
| # | |
| # A command-line script for incrementing build numbers for all known targets in an Xcode project. | |
| # | |
| # This script has two main goals: firstly, to ensure that all the targets in a project have the | |
| # same CFBundleVersion and CFBundleShortVersionString values. This is because mismatched values | |
| # can cause a warning when submitting to the App Store. Secondly, to ensure that the build number | |
| # is incremented appropriately when git has changes. | |
| # |
One file for each domain, both www.example.com and example.com need separate files:
{
"applinks": {
"apps": [],
"details": {
"9JA89QQLNQ.com.apple.wwdc": {