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
/* | |
* 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) { |
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
<?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; |
OlderNewer