This is an OpenPGP proof that connects my OpenPGP key to this Github account. For details check out https://keyoxide.org/guides/openpgp-proofs
[Verifying my OpenPGP key: openpgp4fpr:989EB937BDF4A5CD65470204F2F9BE4C3D8E4F53]
This is an OpenPGP proof that connects my OpenPGP key to this Github account. For details check out https://keyoxide.org/guides/openpgp-proofs
[Verifying my OpenPGP key: openpgp4fpr:989EB937BDF4A5CD65470204F2F9BE4C3D8E4F53]
I hereby claim:
To claim this, I am signing this object:
@charset "UTF-8"; | |
/* | |
* Custom Unordered List (CUL) | |
* by techmagus Yuki | |
* https://techmagus.ninja/styling-unordered-lists/ | |
* | |
* Source code: https://gist.github.com/techmagus/e335c3b3197a0883c2aa | |
* | |
* Copyright © 2015, 2016 JC John Sese Cuneta | |
* |
<?php | |
/** | |
* Ridizain functions and definitions | |
* | |
* Set up the theme and provides some helper functions, which are used in the | |
* theme as custom template tags. Others are attached to action and filter | |
* hooks in WordPress to change core functionality. | |
* | |
* When using a child theme you can override certain functions (those wrapped | |
* in a function_exists() call) by defining them first in your child theme's |
// ______________________________________________________________________ // | |
// font-face mixin override // | |
// ______________________________________________________________________ // | |
@mixin font-face( | |
$name, | |
$font-files, | |
$eot: false, | |
$weight: false, | |
$style: false, | |
$unicode-range: false, |