Skip to content

Instantly share code, notes, and snippets.

/*
* URL updates and the element focus is maintained
*
* originally found via in Update 3 on http://www.learningjquery.com/2007/10/improved-animated-scrolling-script-for-same-page-links
* Author: HEATHER MIGLIORISI
* URL: https://css-tricks.com/smooth-scrolling-accessibility/
*/
// filter handling for a /dir/ OR /indexordefault.page
function filterPath(string) {
<?php
/**
* Kirki Sass Compiler
*
* Create a CSS file based on a SCSS-file and Kirki variables
* File gets saved in the public folder with a cache buster.
*/
namespace App\Kirki;
use ScssPhp\ScssPhp\Compiler;