Skip to content

Instantly share code, notes, and snippets.

View perusoa's full-sized avatar

Anthony Peruso perusoa

  • Tradier, Inc.
  • Highland Lakes, NJ
View GitHub Profile
<?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 Leafo\ScssPhp\Compiler;