mirror of
https://github.com/Xevion/old.xevion.github.io.git
synced 2025-12-07 07:15:36 -06:00
8 lines
179 B
SCSS
8 lines
179 B
SCSS
@charset "UTF-8";
|
|
|
|
/// A global setting to enable or disable the `$asset-pipeline` variable for all functions that accept it.
|
|
///
|
|
/// @type Bool
|
|
|
|
$asset-pipeline: false !default;
|