Skip to content

Grav Tweak

tacoen edited this page Sep 17, 2020 · 3 revisions

Will Fix the Sass Sourcemapping

File: \user\plugins\gantry5\src\classes\Gantry\Component\Stylesheet\ScssCompiler.php

            $this->compiler->setSourceMapOptions([
                'sourceMapBasepath' => '',
                'sourceRoot'        => '',
            ]);

Clone this wiki locally