🤷♂️
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 | |
namespace SayHello\nm; | |
/** | |
* This Class provides some color adjustments | |
* | |
* @author Nico Martin <[email protected]> | |
*/ |
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 | |
namespace sayhello\Theme; | |
/** | |
* Get Google Analytics.js and saves it locally, inserts tracking code into wp_footer | |
* Advantage: No 2h googleanalytics.js cache | |
* +1 Google Page Speed Point | |
* | |
* @since 0.0.1 |
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
/** | |
* Settings | |
*/ | |
$grid-space-x : 2rem; | |
$grid-padding : ($grid-space-x/2); | |
$grid-columns : 12; | |
$grid-size : 1200px; |
NewerOlder