mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-02-01 14:01:19 +00:00
5 lines
274 B
SCSS
5 lines
274 B
SCSS
$visual-grid: false !default; // Display the base grid
|
|
$visual-grid-color: #EEE !default;
|
|
$visual-grid-index: back !default; // Show grid behind content (back) or overlay it over the content (front)
|
|
$visual-grid-opacity: 0.4 !default;
|
|
$visual-grid-breakpoints: () !default;
|